How to control the duration of an Ajax request?
Answer / v madhu babu
AsyncPostBackTimeout property is used to control the duration of Ajax request. Deafult value of this property is 90 seconds.
Example –
<asp:ScriptManager runat=”server” id=”sample” AsyncPostBackTimeout=”40”/>
Is This Answer Correct ? | 2 Yes | 1 No |
What is advantage of ajax?
How can we handle exception handling in 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?
Why do we use the xmlhttprequest object in ajax?
What is ajax and how does it work?
What is polling in ajax.
What is the work of the conformonformsubmit property in the confirmbuttonextender control? : asp.net ajax
Describe the accordionextender control?
Who's using ajax?
What are the differences between ajax and javascript? : asp.net ajax
How many types of ready states in Ajax?
What are the types of post back in Ajax?