How can you find out that an AJAX request has been completed?
Answer / v madhu babu
ReadyState property is used to check whether AJAX request has been completed. If the property is equal to four, then the request has been completed and data is available.
| Is This Answer Correct ? | 1 Yes | 0 No |
Is it possible to upload a file using Ajax ? Reason
What is the necessary control that must put in order to use Ajax Controls?
what are difference between server-side ajax framework and client-side ajax framework?
What are the common problems (errors) you get while implementing AJAX?
What is the predominant distinction between javascript and j-query?
Where can I find examples of ajax?
What does the minimumprefixlength property of the autocompleteextender control do? : asp.net ajax
How can you test the Ajax code?
Which are the two methods used for cross domain Ajax calls?
Explain the step property of the numericupdownextender control? : asp.net ajax
How to handle multiple async ajax requests?
What do I need to know to create my own ajax functionality?