What is AJAX Framework?



What is AJAX Framework?..

Answer / v madhu babu

ASP.NET AJAX is a free framework to implement Ajax in asp.net web applications. It is used to quickly creating efficient and interactive Web applications that work across all browsers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax

0 Answers  


What is the name of the DLL that contains Ajax control tool kit?

1 Answers  


What is Synchronous and Asynchronous AJAX request.

2 Answers  


Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?

0 Answers  


How do we handle concurrent ajax requests?

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 does the minimumprefixlength property of the autocompleteextender control do? : asp.net ajax

0 Answers  


How do I submit a form or a part of a form without a page refresh?

0 Answers  


What is asp.net 2.0 ajax?

0 Answers  


Easy trough that the classical web applications are harder to make than ajax applications?

0 Answers  


Why do you use ajax?

0 Answers  


How can we get the state of the requested process? : asp.net ajax

0 Answers  


Categories