> Hi,
>
[quoted text clipped - 13 lines]
>
> Thomas
Hi Thomas
If you bind the object data to the visual control with the
DatasourceID property then the error handling is outside your control
for the standard events. You need to handle it within the Select
method in your code rather than pass it up the chain with "Throw".
Thomas - 27 Sep 2007 08:27 GMT
Thanks for your reply. I finally handled exceptions in Application_Error in
global.asax. It was the easiest way for me to do it without modifying the
code.
Regards,
Thomas
>> Hi,
>>
[quoted text clipped - 22 lines]
> for the standard events. You need to handle it within the Select
> method in your code rather than pass it up the chain with "Throw".