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
Which are limitations of ajax?
What is xmlhttprequest object in ajax? How can you xmlhttprequest object?
What are the new features of asp.net ajax 4.0?
Brief about ajax?
Why is ajax called ajax?
Is ajax an api?
When do I use a synchronous versus a asynchronous request?
What is ajax method?
Is it possible to set session variables from javascript?
What javascript libraries and frameworks are available?
What is the minimum version of php that needs to be running in order to use html_ajax?
When should I use a java applet instead of ajax?
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax
Do I really need to learn javascript before ajax?
Which two methods are used for handling cross-domain ajax calls ?