Answer Posted / 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 View All Answers
Do ajax applications always deliver a better experience than that delivered by a traditional web application?
What are the types of send() method used for xmlhttprequest?
How can you debug asp.net ajax applications?
What is the difference between synchronous and asynchronous requests?
Techniques for asynchronous server communication have been around for years. What makes ajax a "new" approach?
Can I use asp.net ajax with any other technology apart from asp.net?
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 dev
Why is html_ajax having stability issues on some installations?
What are the requirements to run asp.net ajax applications on a server? : asp.net ajax
What is the difference between proxied and proxyless calls?
What is the name of the dll that contains the ajax control toolkit?
When should we use a java applet instead of ajax?
Explain the need of the timer control in ajax? : asp.net ajax
How ajax work ?
Would we be able to settle the updatepanel controls?