This is a migrated thread and some comments may be shown as answers.

problem with timeout of rad AJAX panel

7 Answers 618 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Deepshikha
Top achievements
Rank 1
Deepshikha asked on 02 Feb 2009, 10:53 AM
Hi ,
I have an application that uses rad AJAX panel. Our code gives call to the service layer to perform some operation and the result is displayed on the rad AJAX panel. Now if the service layer takes a longer time to respond, the rad AJAX panel times out and what we get is just a blank screen. Nothing happens on the screen. It seems that the request - response interface breaks.

Is there a way by which we can set the timeout property of rad AJAX panel like we can set RequestTimeout for updatePanel ?

Please help.. Its really urgent

7 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 04 Feb 2009, 06:53 AM
Hi Deepshikha,

Here is a nice forum post regarding this functionality:
 http://www.telerik.com/community/forums/thread/b311D-ttkba.aspx

-Princy.
0
Deepshikha
Top achievements
Rank 1
answered on 04 Feb 2009, 11:05 AM
Hi Princy,
Thanks for your reply.
But the thread that you have provided provides a way as to how we capture the connection timeout error.

What I am actually looking forward is , is there a way I can set the timeout period, like we do for session ?

Thanks
Deepshikha
0
Olo
Top achievements
Rank 1
answered on 10 Mar 2009, 12:52 PM
I have the same problem. The link doesn't work.
How to fix this?

0
Katia
Top achievements
Rank 1
answered on 27 Apr 2009, 07:34 PM
I'm looking for the answer too.  Currently the solution is not to use the AJAX panel.
0
Sebastian
Telerik team
answered on 28 Apr 2009, 07:13 AM
Hello guys,

Since the RadAjaxPanel extends the standard MS UpdatePanel, have you considered setting the AsyncPostBackTimeout property of the asp ScriptManager instance to define the timeout period or the ScriptTimeout property of the HttpServerUtility object? Reviwe the following ASP.NET forum threads which elaborate on this subject:

http://forums.asp.net/p/1040605/1448071.aspx
http://forums.asp.net/t/1366414.aspx

This should be sufficient for RadAjaxManager as well since it dynamically injects MS UpdatePanels around the updated controls "behind the scenes".

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Kurniadi
Top achievements
Rank 1
answered on 11 Jun 2010, 11:29 AM
Hi,

I need to set timeout for RadAjaxManager. You suggested to use ScriptManager timeout property to do this.
Are you refering to telerik's ScriptManager or ASP.NET (Atlas) ScriptManager?
0
Sebastian
Telerik team
answered on 14 Jun 2010, 01:19 PM
Hi Kurniadi,

There should be no difference whether you use regular MS ScriptManager or RadScriptManager to achieve your goal.

Best regards,
Sebastian
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Ajax
Asked by
Deepshikha
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Deepshikha
Top achievements
Rank 1
Olo
Top achievements
Rank 1
Katia
Top achievements
Rank 1
Sebastian
Telerik team
Kurniadi
Top achievements
Rank 1
Share this question
or