0 votes
in AJAX by
How to control the duration of an Ajax request?

1 Answer

0 votes
by
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"/>
...