How to control the duration of an Ajax request?



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

Post New Answer

More AJAX Interview Questions

What is advantage of ajax?

0 Answers  


How can we handle exception handling in Ajax?

1 Answers  


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?

2 Answers  


Why do we use the xmlhttprequest object in ajax?

0 Answers  


What is ajax and how does it work?

0 Answers  


What is polling in ajax.

0 Answers  


What is the work of the conformonformsubmit property in the confirmbuttonextender control? : asp.net ajax

0 Answers  


Describe the accordionextender control?

0 Answers  


Who's using ajax?

0 Answers  


What are the differences between ajax and javascript? : asp.net ajax

0 Answers  


How many types of ready states in Ajax?

1 Answers  


What are the types of post back in Ajax?

1 Answers  


Categories