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 |
What is the difference between javascript and ajax?
What is the response time when using ajax?
What are the advantages and disadvantages of ajax?
How to create an ajax website using visual studio?
Is ajax still in use?
How do I submit a form or a part of a form without a page refresh?
In ajax does the client or the sever have the control?
What is the Difference between AJAX and Javascript?
How do I access data from other domains to create a mashup with java?
what are difference between server-side ajax framework and client-side ajax framework?
Can I use ajax with seam?
Is it possible to use fileupload control within the update panel?