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 all the browsers support AJAX?
How to cancel the current request in ajax?
How can we get the state of the requested process? : asp.net ajax
What is the asp.net ajax framework? What versions have been released so far?
How many update panel can be used per page?
What browsers support ajax?
Diff b/w javascript and jquery
Is the server or the client in control?
Does java have support for comet style server-side push?
Is ajax still in use?
What are the important methods of xmlhttprequest?
Would we be able to settle the updatepanel controls?