What is Synchronous and Asynchronous AJAX request.
Answers were Sorted based on User's Feedback
Answer / srinivas
synchronous where the script stops and waits for the server
to send back a reply before continuing and asynchronous
where the script allows the page to continue to be processed
and will handle the reply if and when it arrives.
| Is This Answer Correct ? | 67 Yes | 4 No |
Answer / ahmed
asynchronous where the script allows the page to continue to
be processed
and will handle the reply if and when it arrives.
synchronous where the script stops and waits for the server
to send back a reply before continuing and
| Is This Answer Correct ? | 16 Yes | 3 No |
Does ajax work with java?
What are the different ways to pass parameters to the server? : asp.net ajax
What are different readystate in ajax?
What technologies are being used in ajax? : asp.net ajax
What are ajax limitations?
When do I use a synchronous versus a asynchronous request?
Are there usability issues with ajax?
What's new in .Net 3.5
Is Ajax said to be a technology platform or is it an architectural style?
What is ajax method?
How to handle multiple async ajax requests?
What is the name of object used for AJAX request?