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 |
Why do we need ajax?
What are the ajax security issues?
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?
Describe the formats and protocols used by ajax?
Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax development? Can ajax applications be made to work for users who have javascript turned off?
how long it will take to come the interview result of infosys?
Is there any use abilities problems in ajax?
What are the types of send() method used for xmlhttprequest?
How ajax work ?
Can I use ajax with seam?
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax
What are different readystate in ajax?