What is Script Manager?
Answer / v madhu babu
Script Manager helps manage the client side script of AJAX. Script Manager acts as a mediator as AJAX depends on JavaScript. Every page that uses AJAX has a Script Manager to enable AJAX libraries.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the requirements to run asp.net ajax applications on a server?
Are ajax applications easier to develop than traditional web applications?
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 are the limitations of Ajax?
How do we create a thread to do ajax polling?
Are there any frameworks available to help speedup development with ajax?
What is json? : asp.net ajax
What technologies are being used in ajax? : asp.net ajax
How can we handle exception handling in Ajax?
What are different readystate in ajax?
What are the new features of asp.net ajax 4.0?
Why do you use ajax?