What is Synchronous and Asynchronous AJAX request.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Explain what is polling in ajax?
What are the advantages and Disadvantage of Ajax?
Why is ajax called ajax?
When do I use a synchronous versus asynchronous request?
How to cancel the current request in ajax?
Do ajax applications always deliver a better experience than that delivered by a traditional web application?
What is the difference between proxied and proxyless calls in AJAX?
What are the pre-requisites to execute AJAX applications on a server?
What is the necessary control that must put in order to use Ajax Controls?
How can you find out that an AJAX request has been completed?
How Ajax objects can be created?
How to handle multiple async ajax requests?