Saturday, March 24, 2012

AJAX timeout

Hi,

Iam having 3 updatepanels.2 updatepanels consists of 2 treeview.One updatepanel consists of reportviewer .If i leave page for 5 min .Thnx i try toAJAX TimeOut.Can any1 tell how to increase timeout option r else remove this timeout

Hi ,

Omar has very good explanation of this issue.

http://www.codeproject.com/Ajax/aspnetajaxtips.asp


Hi ,

Can u plz tell me Wht changes shud be done @. Web.config .r else is there any necessity for javascript for increase time options .Plz tell me


Hi ,

Can u plz tell me Wht changes shud be done @. Web.config .r else is there any necessity for javascript for increase time options .Plz tell me


You should just be able to set the AsyncPostBackTimeout property on your ScriptManager. For example, to set the timeout to five minutes (300 seconds), use:

<asp:ScriptManager ID="sm" runat="server" AsyncPostBackTimeout="300" />


Hi,

I dont wanna give timeout option .It shud run for max Amount time bcoz i trying to run reports in Updatepanel ,which takes more time.Plz tell me How to solve this issue

No comments:

Post a Comment