What is Synchronous and Asynchronous AJAX request.
Answer Posted / 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 |
Post New Answer View All Answers
What is the disadvantage of ajax?
Which two methods are used for handling cross-domain ajax calls ?
Should I use xml or text, javascript, or html as a return type?
Did adaptive path invent ajax?
Did adaptive path help build google's ajax applications?
When will html_ajax have a stable release?
Describe how to handle concurrent ajax requests?
What kinds of applications is ajax best suited for?
What is a simple example of where a ajax request would be used?
How many validation controls are available in asp.net ajax 4.0? : asp.net ajax
How can javascript be debugged?
Does ajax have the same meaning as xmlhttprequest?
What will happen with click of browser "back" button among asynchronous requests?
Which are limitations of ajax?
What are the basic controls in asp.net ajax?