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 |
Why we r using AJAX in ASP.NET ?
What are the types of open() method used for xmlhttprequest?
In what way are proxyless calls different than the proxied calls in ajax?
Explain the need of the timer control in ajax? : asp.net ajax
How do I handle the back and forward buttons?
Is AJAX code cross browser compatible?
How do I submit a form or a part of a form without a page refresh?
What are limitations of ajax?
Briefly describe asp.net ajax framework? : asp.net ajax
What is the asp.net ajax framework?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?
What is the use of the scriptmanager control in ajax? : asp.net ajax