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

Describe ajax control extender toolkit? : asp.net ajax

0 Answers  


Explain Ajax polling?

0 Answers   MaxSolPro,


Brief about ajax?

0 Answers  


What is the basic goals of AJAX ?

0 Answers  


What kinds of applications is ajax best suited for?

0 Answers  


What are the difference between server-side ajax framework and client-side ajax framework?

0 Answers  


What is the asp.net ajax framework?

0 Answers  


What are the benefits of ajax?

0 Answers  


What are the browser versions that ajax is compatible with?

0 Answers  


What is the role of the callback function in ajax?

0 Answers  


Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax development? Can ajax applications be made to work for users who have javascript turned off?

0 Answers  


Which request is better, Get or Post?

1 Answers  


Categories