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 |
Describe the situations in which ajax should not be used? : asp.net ajax
Easy trough that the classical web applications are harder to make than ajax applications?
What are the differences between ajax and javascript? : asp.net ajax
Who is using ajax?
Is it possible to use fileupload control within the update panel?
How many update panel can be used per page?
What are ajax controls?
Is it possible to use multiple scriptmanager controls on a web page? : asp.net ajax
Is ajax considered a programming language?
Diff b/w javascript and jquery
Did adaptive path invent ajax?
What is the syntax to create ajax objects? : asp.net ajax