Why we r using AJAX in ASP.NET ?
Answers were Sorted based on User's Feedback
Answer / subramaniam
ajax which is used to reducing thr round trip time to server
this mainly avoiding reload of whole page into server.
Is This Answer Correct ? | 22 Yes | 1 No |
Answer / krishna
bcoz it is based on a host of existing technologies and it
reduces network traffic since it makes asynchronous calls
to server so there is no round trip
Is This Answer Correct ? | 18 Yes | 2 No |
How can AJAX applications be debugged?
Why do we use the xmlhttprequest object in ajax? : asp.net ajax
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax
What are the common ajax frameworks?
What are limitations of ajax?
How does one call a javascript function from the ajax code?
What is the xmlhttprequest object?
What parts of the html_ajax api are stable?
What are the new features of asp.net ajax 4.0?
What are the extender controls? : asp.net ajax
When should we use a java applet instead of ajax?
How to send an ajax request in javascript?