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 dev
What is the asp.net ajax framework? What versions have been released so far?
Should I use xml or text, javascript, or html as a return type?
What are the browser versions that ajax is compatible with?
Explain Ajax polling?
What is the syntax to create ajax objects? : asp.net ajax
How does one call a javascript function from the ajax code?
How can you find out that an ajax request has been completed? : 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?
What are the extender controls?
What are the components of the asp.net ajax architecture? : asp.net ajax
Did adaptive path help build google's ajax applications?
Differentiate between synchronous and asynchronous ajax requests.