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 |
What is the role of the callback function in ajax?
Do ajax applications always deliver a better experience than that delivered by a traditional web application?
The components in the asp.net 2.0 ajax packaging?
How do I handle concurrent ajax requests?
What is the asp.net ajax framework? What versions have been released so far?
What are the advantages of Ajax?
Why do we use the updateprogress control in ajax? : asp.net ajax
How many types of ready states in Ajax?
How many validation controls are available in asp.net ajax 4.0? : asp.net ajax
Explain the limitations of ajax? : asp.net ajax
Which are the knowledge requirements for personal ajax functionality?
What technologies are being used in ajax? : asp.net ajax