What is the Difference between AJAX and Javascript?
Answer Posted / rajesh
You can say... AJAX is a technique to send a request to
server.
Using AJAX concepts.. you are sending XMLHttpRequest
(...not httpRequest)to the server. If you want to send
multiple request from the same page with reloading entire
page on every request..you can go for AJAX.
| Is This Answer Correct ? | 32 Yes | 12 No |
Post New Answer View All Answers
What do I do on the server to interact with an ajax client?
What is asynchronous request in ajax?
Would we be able to settle the updatepanel controls?
How do I handle the back and forward buttons?
What browsers support ajax?
Are there any security issues with ajax?
How do we handle concurrent ajax requests?
Why do we use the xmlhttprequest object in ajax?
What are ajax limitations?
What are the advantages and disadvantages of ajax?
How do we create a thread to do ajax polling?
What is the response time when using ajax?
Describe the situations in which ajax should not be used? : asp.net ajax
What is the disadvantage of ajax?
How do we manage concurrent request?