Welcome Guest Search | Active Topics | Sign In | Register

Extending the time out for UpdatePanel Options
Emran Hussain
Posted: Thursday, June 11, 2009 9:16:44 PM
Rank: Newbie
Groups: Member

Joined: 7/3/2008
Posts: 9
Hello,
I am using the Update Panel (The control EO ASP.NET control suit 2008).

I am using this panel on a payment transaction form, where my website calls PayPal API asynchronously. But, I got a problem. Sometimes, the server response takes time and the Update Panel hangs. So, I am thinking, if I can change the timeout number of seconfs for the update panel, the problem will be solved. Can you tell me how I can change this timeout number for the udate panel ? I did not find this property anywhere.

Regards
Emran.
eo_support
Posted: Thursday, June 11, 2009 9:25:01 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

I do not believe CallbackPanel has such an option. You may want to implement the time out on your server side so that it still returns after the time out reached. In that case you can update your client UI to show some error message such as "operation timed out".

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.