What is AJAX Control Extender Toolkit?
Answer / v madhu babu
AJAX Control Toolkit is one of the extenders that are used to extend or add the functionalities of the ASP.NET controls. The extenders use a block of JavaScript code to add new and enhanced capabilities to the ASP.NET controls. AJAX Control Extender Toolkit is a free download from site.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the real web applications of ajax currently running in the market?
How many types of triggers are present in update panel?
What is asp.net ajax? : asp.net ajax
Why is html_ajax having stability issues on some installations?
Does java have support for comet style server-side push?
What about applets and plugins?
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?
Do we have to use http get/post for the ajax calls?
What does the minimumprefixlength property of the autocompleteextender control do? : asp.net ajax
How we can send data to server using ajax?
what is xmlhttprequest?
What are the new features of asp.net ajax 4.0?