Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How to control the duration of an Ajax request?
Home
AJAX
How to control the duration of an Ajax request?
0
votes
asked
Jan 29
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
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"/>
...