How can you find out that an AJAX request has been completed?
Answer Posted / 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 |
Post New Answer View All Answers
What is the asp.net ajax framework?
What is the difference between a destructor and a garbage collector?
What does json stand for?
How we can send more values through the response text?
How do we manage concurrent request?
What technologies are being used in ajax? : asp.net ajax
Briefly describe asp.net ajax framework? : asp.net ajax
How do I handle the back and forward buttons in ajax?
What does the minimumprefixlength property of the autocompleteextender control do? : asp.net ajax
What does the dynamicpopulateextender control do? : asp.net ajax
When should I use an java applet instead of ajax?
How many validation controls are available in asp.net ajax 4.0? : asp.net ajax
What are the new features of asp.net ajax 4.0?
What are the protocols and forms in ajax?
Where should I start?