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 |
Describe ajax control extender toolkit? : asp.net ajax
Explain Ajax polling?
Brief about ajax?
What is the basic goals of AJAX ?
What kinds of applications is ajax best suited for?
What are the difference between server-side ajax framework and client-side ajax framework?
What is the asp.net ajax framework?
What are the benefits of ajax?
What are the browser versions that ajax is compatible with?
What is the role of the callback function in ajax?
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?
Which request is better, Get or Post?