How can we handle exception handling in Ajax?
Answer / v madhu babu
ErrorTemplate which is the child tag of Script Manager is used to handle exception handling in Ajax.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the controls of the Script Management group?
What is the difference between RegisterClientScriptBlock, RegisterClientScriptInclude and RegisterClientScriptResource?
1 Answers Clavax Technologies,
How do you know that an ajax request has completed?
What is the xmlhttprequest object?
What are the benefits of ajax over java applet?
What is the role of the scriptmanagerproxy control? : asp.net ajax
What are the advantages and disadvantages of ajax?
What are different readystate in ajax?
Would we be able to settle the updatepanel controls?
What is the basic goals of AJAX ?
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?
List the different states of xmlhttprequest with their description? : asp.net ajax