Login
Remember
Register
Ask a Question
How to control the duration of an Ajax request?
0
votes
asked
Jan 29, 2024
in
AJAX
by
Robindeniel
How to control the duration of an Ajax request?
ajax-request
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 29, 2024
by
Robindeniel
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"/>
...