What is Synchronous and Asynchronous AJAX request.
Answer Posted / 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 |
Post New Answer View All Answers
Are there any frameworks available to help speedup development with ajax?
How do I access data from other domains to create a mashup with java?
Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax dev
Why do we use ajax?
Whats with the -alpha in the install instructions?
What is json? : asp.net ajax
Explain what is polling in ajax?
How do I handle the back and forward buttons?
What is the syntax to create ajax objects? : asp.net ajax
List some advantages and disadvantages of using ajax.
Does load runner support ajax apps?
Should I use xml or text, javascript, or html as a return type?
When do I use a synchronous versus asynchronous request?
How do I handle the back and forward buttons in ajax?
How we can send data to server using ajax?