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
Is the server or the client in control in ajax?
What is a simple example of where a ajax request would be used?
Does ajax have the same meaning as xmlhttprequest?
What are the properties of xmlhttprequest?
Which are limitations of ajax?
Describe Ajax With its Implementation Process ? Give an example?
Is ajax considered a programming language?
Is it true that a xmlhttprequest objects belongs to the w3c standard?
Which are the trigger types that we find in update panel?
Are there usability issues with ajax?
What exactly is the w3c dom?
How do we handle concurrent ajax requests?
What are the technologies used by ajax?
What is the role of the callback function in ajax?
Why do we use the xmlhttprequest object in ajax? : asp.net ajax