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 |
Is ajax built into javascript?
What are Ajax applications?
Why do we use the updateprogress control in ajax? : asp.net 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?
How Ajax objects can be created?
How to control the duration of an Ajax request?
What is the name of the DLL that contains Ajax control tool kit?
Can we nest the updatepanel controls? : asp.net ajax
is package good in ajx?
Describe the situations in which ajax should not be used? : asp.net ajax
What about applets and plugins?
What is synchronous request in ajax?