Difference between server-side ajax framework and client-side ajax framework?



Difference between server-side ajax framework and client-side ajax framework?..

Answer / Ranvir Singh

Server-side AJAX frameworks like ASP.NET AJAX handle communication between the browser and server, while client-side AJAX frameworks like jQuery operate entirely on the client-side using JavaScript.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

Is ajax built into javascript?

1 Answers  


What are Ajax applications?

1 Answers  


Why do we use the updateprogress control in ajax? : asp.net ajax

1 Answers  


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?

2 Answers  


How Ajax objects can be created?

1 Answers  


How to control the duration of an Ajax request?

1 Answers  


What is the name of the DLL that contains Ajax control tool kit?

1 Answers  


Can we nest the updatepanel controls? : asp.net ajax

1 Answers  


is package good in ajx?

1 Answers  


Describe the situations in which ajax should not be used? : asp.net ajax

1 Answers  


What about applets and plugins?

1 Answers  


What is synchronous request in ajax?

1 Answers  


Categories