How to control the duration of an Ajax request?

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


Please Help Members By Posting Answers For Below Questions

When should we use a java applet instead of ajax?

614


What is the limitation of AJAX ?

548


What is the work of the conformonformsubmit property in the confirmbuttonextender control? : asp.net ajax

561


What are the differences between ajax and javascript?

493


The components in the asp.net 2.0 ajax packaging?

551






We used asynchronous server communication for a long time, what new thing is ajax bringing?

499


When do I use a synchronous versus asynchronous request?

476


Difference between server-side ajax framework and client-side ajax framework?

547


What are the requirements to run asp.net ajax applications on a server? : asp.net ajax

520


What is the use of the scriptmanager control in ajax? : asp.net ajax

528


What is the predominant distinction between javascript and j-query?

533


What is the role of the callback function in ajax?

478


What are the new controls introduced in asp.net ajax control toolkit? : asp.net ajax

487


Is the server or the client in control in ajax?

529


Is it possible to use fileupload control within the update panel?

493