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
Is it possible to use multiple scriptmanager controls on a web page? : asp.net ajax
How can you find out that an ajax request has been completed? : asp.net ajax
Are there any security issues with ajax?
What is the limitation of AJAX ?
Describe how to handle concurrent ajax requests?
Who's using ajax?
What are the different ready states of a request in ajax?
How we can send data to server using ajax?
Is json is a programming language?
Did adaptive path help build google's ajax applications?
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax
When should I use a java applet instead of ajax?
Why do we use the updateprogress control in ajax? : asp.net ajax
What is the purpose of xmlhttprequest?
What is the importance of client-side libraries? : asp.net ajax