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 |
What is asp.net 2.0 ajax?
Explain what is polling in ajax?
What browsers support ajax?
What is the role of scriptmanager in ajax?
What are the requirements to run asp.net ajax applications on a server?
Are there usability issues with ajax?
What is asynchronous request in ajax?
How can we handle exception handling in Ajax?
Methods of consuming web services in AJAX?
Why do we use the updateprogress control in ajax? : asp.net ajax
How do I submit a form or a part of a form without a page refresh?
how to send more values through respnseText