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 |
When should I use an java applet instead of ajax?
Difference between server-side ajax framework and client-side ajax framework?
How can we get the state of the requested process? : asp.net ajax
What are all the browsers support AJAX?
How to control the duration of an Ajax request?
What are Ajax applications?
Define the role of the Update Panel?
What javascript libraries and frameworks are available for ajax support?
What are the new features of asp.net ajax 4.0?
What are the requirements to run asp.net ajax applications on a server?
Can we nest the updatepanel controls? : asp.net ajax
Explain differences between the page execution lifecycle of an asp.net page and an asp.net ajax page?