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 is xmlhttprequest object in ajax? How can you xmlhttprequest object?
Describe Ajax With its Implementation Process ? Give an example?
Is it true that a xmlhttprequest objects belongs to the w3c standard?
What are ajax limitations?
What are limitations of ajax?
How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?
Is it true that the ajax application are much better than the classical internet applications?
Explain Ajax polling?
Explain what is polling in ajax?
Which two methods are used for handling cross-domain ajax calls ?
How can you debug asp.net ajax applications?
How to control the duration of an Ajax request?