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"/>

Related questions

0 votes
asked May 15, 2022 in AJAX by Robin
0 votes
asked May 15, 2022 in AJAX by Robin
...