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
In ajax does the client or the sever have the control?
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?
Does load runner support ajax apps?
What does the dynamicpopulateextender control do? : asp.net ajax
What are the differences between ajax and javascript?
What is a simple example of where a ajax request would be used?
Differentiate between synchronous and asynchronous ajax requests.
What is xmlhttprequest object in ajax?
How to use ajax in updateprogress control?
What are asp.net ajax 4.0 validation controls?
Describe Ajax With its Implementation Process ? Give an example?
Which are the problems that can be fixed using ajax and what is the actual meaning of ajax?
Easy trough that the classical web applications are harder to make than ajax applications?
What is the response time when using ajax?
Is it possible to use multiple scriptmanager controls on a web page? : asp.net ajax