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 |
Is it possible to set session variables from javascript?
Are there any security issues with ajax?
What are the types of open() method used for xmlhttprequest?
Which request is better, Get or Post?
List some advantages and disadvantages of using ajax.
How do we get the xmlhttprequest object in ajax?
What kinds of applications is ajax best suited for?
What are the components of the ASP.NET Ajax Client Library?
How can we cancel the XMLHttpRequest in AJAX?
Briefly describe asp.net ajax framework? : asp.net ajax
Where can I find examples of ajax?
Is it possible to use multiple scriptmanager controls on a web page? : asp.net ajax