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.
|
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!
|