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 are the browser versions that ajax is compatible with?

0 Answers  


When should I use a java applet instead of ajax?

0 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  


Is ajax a framework?

0 Answers  


Describe Ajax With its Implementation Process ? Give an example?

0 Answers   MaxSolPro,






What will happen with click of browser "back" button among asynchronous requests?

0 Answers  


List the different states of xmlhttprequest with their description? : asp.net ajax

0 Answers  


How Ajax objects can be created?

1 Answers  


What is AJAX Control Extender Toolkit?

1 Answers  


Where can I find examples of ajax?

0 Answers  


What are the new features included in the microsoft ajax library? : asp.net ajax

0 Answers  


What are different readystate in ajax?

0 Answers  


Categories