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 can you test the Ajax code?
What is the use of trigger in ajax?
Brief about ajax?
Is it true that a xmlhttprequest objects belongs to the w3c standard?
Is the server or the client in control?
What are the advantages of Ajax?
Describe the animation extender control and the method by which this control is utilized?
what is ajax
When do I use a synchronous versus a asynchronous request?
How does an ajax call work?
Did adaptive path invent ajax? Did google?
What are the differences between ajax and javascript?