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 difference between json and ajax?
Why do we use ajax?
How do I handle concurrent ajax requests?
Is json is a programming language?
Why do we use the updateprogress control in ajax? : asp.net ajax
Explain the step property of the numericupdownextender control? : asp.net ajax
When do I use a synchronous versus asynchronous request?
How can you debug asp.net ajax applications?
Should I use xml or text, javascript, or html as a return type?
Is the asp.net ajax control toolkit(ajaxcontroltoolkit.dll) installed in the global assembly cache?
Did adaptive path help build google's ajax applications?
What is the use of the scriptmanager control in ajax? : asp.net ajax
What javascript libraries and frameworks are available for ajax support?
How do we abort the current xmlhttprequest in ajax?
Is ajax considered a programming language?