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 |
How do we get the xmlhttprequest object in ajax?
Does this mean adaptive path is anti-flash?
Why is html_ajax having stability issues on some installations?
How to handle multiple async ajax requests?
Define the role of the Update Panel?
Why do you use ajax?
Why is ajax called ajax?
When should we use a java applet instead of ajax?
Is ajax a framework?
How do I provide internationalized ajax interactions?
What are the new controls introduced in asp.net ajax control toolkit? : asp.net ajax
What is xmlhttprequest object in ajax?