Rank: Advanced Member Groups: Member
Joined: 7/21/2008 Posts: 90
|
Hi,
I was just wondering if there is a way I can show a dialog box specifying the server side error happened after the callback?
Thanks,
Vinny
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
The Callback does not provide any support on that except for displaying the message to you as ASP.NET does. In theory it is possible to safe guard your code inside try catch blocks, but it's not very practical when there are a lot of places need to be guarded.
Thanks
|
Rank: Advanced Member Groups: Member
Joined: 7/21/2008 Posts: 90
|
Hi, Thanks.....
I'll see what else can be done to support it.
Vinny
|