What are the controls of the Script Management group?
Answer / v madhu babu
The controls of script Management group are:
ScriptManager
ScriptManagerProxy
Is This Answer Correct ? | 1 Yes | 0 No |
Describe Ajax With its Implementation Process ? Give an example?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous? How would this integration look like?
What is the use of updatepanel?
Does ajax have the same meaning as xmlhttprequest?
How ajax work ?
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?
How to control the duration of an Ajax request?
Why is html_ajax having stability issues on some installations?
Where can I find examples of ajax?
How does html_ajax compare with the xajax project at sourceforge?
What are ajax controls?
What is the use of the scriptmanager control in ajax? : asp.net ajax