How to control the duration of an Ajax request?



How to control the duration of an Ajax request?..

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

More AJAX Interview Questions

What is the role of the callback function in ajax?

0 Answers  


Do ajax applications always deliver a better experience than that delivered by a traditional web application?

0 Answers  


The components in the asp.net 2.0 ajax packaging?

0 Answers  


How do I handle concurrent ajax requests?

0 Answers  


What is the asp.net ajax framework? What versions have been released so far?

0 Answers  


What are the advantages of Ajax?

1 Answers  


Why do we use the updateprogress control in ajax? : asp.net ajax

0 Answers  


How many types of ready states in Ajax?

1 Answers  


How many validation controls are available in asp.net ajax 4.0? : asp.net ajax

0 Answers  


Explain the limitations of ajax? : asp.net ajax

0 Answers  


Which are the knowledge requirements for personal ajax functionality?

0 Answers  


What technologies are being used in ajax? : asp.net ajax

0 Answers  


Categories