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 the role of scriptmanager in ajax?
What are the extender controls? : asp.net ajax
Won't my server-side framework provide me with ajax?
What are the advantages of Ajax?
What is the disadvantage of ajax?
What are the new controls introduced in asp.net ajax control toolkit? : asp.net ajax
How to handel error in ajax?
What is the difference between a destructor and a garbage collector?
Can we call server-side code from javascript? : asp.net ajax
What is the xmlhttprequest object in ajax?
Is ajax built into javascript?
Describe the situations in which ajax should not be used? : asp.net ajax