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 exactly is the w3c dom?

0 Answers  


Did adaptive path help build google's ajax applications?

0 Answers  


Why do we need ajax?

0 Answers  


What are the advantages and Disadvantage of Ajax?

0 Answers  


Why does html_ajax hang on some server installs?

0 Answers  






How does one call a javascript function from the ajax code?

0 Answers  


Why do you use ajax?

0 Answers  


How do I submit a form or a part of a form without a page refresh?

0 Answers  


Describe the situations in which ajax should not be used? : asp.net ajax

0 Answers  


Is ajax considered a programming language?

0 Answers  


What are the important methods of xmlhttprequest?

0 Answers  


Briefly describe asp.net ajax framework? : asp.net ajax

0 Answers  


Categories