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 |
Easy trough that the classical web applications are harder to make than ajax applications?
What are the new features of asp.net ajax 4.0?
What is AJAX Framework?
How do we debug javascript?
How do we handle concurrent ajax requests?
Can we nest the updatepanel controls? : asp.net ajax
What is the difference between javascript and ajax?
What are the protocols used by Ajax?
Describe the accordionextender control?
Which are the knowledge requirements for personal ajax functionality?
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?
What are the components of the ASP.NET AJAX architecture?