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 |
What are the security issues with ajax?
List the different states of xmlhttprequest with their description? : asp.net ajax
What is Script Manager?
What are the controls of the Script Management group?
Define json?
What are the differences between ajax and javascript?
What technologies are being used in ajax? : asp.net ajax
What browsers support ajax?
What is the difference between javascript and ajax?
Tell name of all the control of ajax?
What kinds of applications is ajax best suited for?
Differentiate between synchronous and asynchronous ajax requests.