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 |
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax
What is the name of the DLL that contains Ajax control tool kit?
What is Synchronous and Asynchronous AJAX request.
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?
How do we handle concurrent ajax requests?
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 does the minimumprefixlength property of the autocompleteextender control do? : asp.net ajax
How do I submit a form or a part of a form without a page refresh?
What is asp.net 2.0 ajax?
Easy trough that the classical web applications are harder to make than ajax applications?
Why do you use ajax?
How can we get the state of the requested process? : asp.net ajax