What are all the features of Ajax?
Answer / v madhu babu
Following are the features of Ajax and they are as follows:
Live data binding
Client-side template rendering
Declarative instantiation of client components
Observer pattern on JavaScript objects and arrays
Invoking ADO.NET data services and data contexts
DataView control
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the goals of Ajax?
What does the dynamicpopulateextender control do? : asp.net ajax
How does html_ajax compare with the xajax project at sourceforge?
Why do we use the xmlhttprequest object in ajax?
What is the name of the DLL that contains Ajax control tool kit?
How do I abort the current xmlhttprequest?
Are there usability issues with 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?
What are the differences between ajax and javascript? : asp.net ajax
Is ajax just another name for xmlhttprequest?
What is the limitation of AJAX ?
What is AJAX Framework?