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 |
Why do we use the updateprogress control in ajax? : asp.net ajax
How do we create a thread to do ajax polling?
How ajax is different?
What is the predominant distinction between javascript and j-query?
How to send an ajax request in javascript?
How many update panel can be used per page?
Methods of consuming web services in AJAX?
How do I send an image using ajax?
Do ajax applications always deliver a better experience than traditional web applications?
Can we use nested update panel in Ajax?
What is JSON in Ajax?
What is prerequisite for Update Panel in Ajax?