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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More AJAX Interview Questions

What is the asp.net ajax framework? What versions have been released so far?

0 Answers  


Should I use xml or text, javascript, or html as a return type?

0 Answers  


What are the browser versions that ajax is compatible with?

0 Answers  


Explain Ajax polling?

0 Answers   MaxSolPro,


What is the syntax to create ajax objects? : asp.net ajax

0 Answers  






How does one call a javascript function from the ajax code?

0 Answers  


How can you find out that an ajax request has been completed? : asp.net ajax

0 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  


What are the extender controls?

1 Answers  


What are the components of the asp.net ajax architecture? : asp.net ajax

0 Answers  


Did adaptive path help build google's ajax applications?

0 Answers  


Differentiate between synchronous and asynchronous ajax requests.

0 Answers  


Categories