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 |
Differentiate between synchronous and asynchronous ajax requests.
Should I use xml or text, javascript, or html as a return type?
What is xmlhttprequest object in ajax?
Would we be able to settle the updatepanel controls?
Why do we use the xmlhttprequest object in ajax? : asp.net ajax
what is meant by AJAX and its purpose?
When should I use an java applet instead of ajax?
Do ajax applications always deliver a better experience than traditional web applications?
Methods of consuming web services in AJAX?
Define json?
Is the asp.net ajax control toolkit(ajaxcontroltoolkit.dll) installed in the global assembly cache?
How do I handle concurrent ajax requests?