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?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?
Are there any security issues with ajax?
What are the technologies used by ajax?
How we can send data to server using ajax?
What is the difference between proxied and proxyless calls?
What is asp.net ajax? : asp.net ajax
What are the ajax security issues?
What javascript libraries and frameworks are available for ajax support?
What are the different ready states of a request in ajax?
What is the difference between json and ajax?
Which are the trigger types that we find in update panel?