HighTechTalks DotNet Forums  

How to catch errors when databinding

ASP.net Web Controls microsoft.public.dotnet.framework.aspnet.webcontrols


Discuss How to catch errors when databinding in the ASP.net Web Controls forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Axel Dahmen
 
Posts: n/a

Default How to catch errors when databinding - 12-08-2007 , 02:02 AM






Hi,

I'm new to binding a <asp:FormView> control to an <asp:ObjectDataSource> control.

Binding appears to work fine. But I can't find any information on how to deal with errors when they appear, e. g. when a user deletes a row being foreign key referenced by another row in another table, or if he/she inserts a new row creating duplicate keys...

In case of a database error I'd like to show a message like those coming from the <asp:ValidationSummary> control.

Any help is quite appreciated.

Best regards,
Axel Dahmen


Reply With Quote
  #2  
Old   
Steven Cheng[MSFT]
 
Posts: n/a

Default RE: How to catch errors when databinding - 12-09-2007 , 09:32 PM






Hi Axel,

As for ASP.NET ObjectDataSource control, the exception handling behavior
also rely on your code. First, in your data access class(used by
ObjectDataSource), you can manually catch and supress any exception occur
there. Or if you do not catch, it is catched by ObjectDataSource as
unhandled exception. Then, you can check the exception status in
ObjectDataSource's Updated event and choose to whether further throw it or
supress it. Here are two former newsgroup threads in which some community
members have posted some idea on this:

http://www.velocityreviews.com/forum...and-exception-
handling.html

http://www.velocityreviews.com/forum...-handling.html

Hope this helps.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
Quote:
From: "Axel Dahmen" <KeenToKnow (AT) newsgroup (DOT) nospam
Subject: How to catch errors when databinding
Date: Sat, 8 Dec 2007 09:02:09 +0100

Hi,
I'm new to binding a <asp:FormView> control to an <asp:ObjectDataSource
control.
Binding appears to work fine. But I can't find any information on how to
deal with errors when they appear, e. g. when a user deletes a row being
foreign key referenced by another row in another table, or if he/she
inserts a new row creating duplicate keys...
Quote:
In case of a database error I'd like to show a message like those coming
from the <asp:ValidationSummary> control.
Any help is quite appreciated.
Best regards,
Axel Dahmen



Reply With Quote
  #3  
Old   
Axel Dahmen
 
Posts: n/a

Default Re: How to catch errors when databinding - 12-12-2007 , 09:28 PM



Ah, I see...

Great, thanks Steven! Your help is always very much appreciated!

Best regards,
www.axeldahmen.de
Axel Dahmen


--------------------
"Steven Cheng[MSFT]" <stcheng (AT) online (DOT) microsoft.com> schrieb im Newsbeitrag news:Fqh$I1tOIHA.7908 (AT) TK2MSFTNGHUB02 (DOT) phx.gbl...
Quote:
Hi Axel,

As for ASP.NET ObjectDataSource control, the exception handling behavior
also rely on your code. First, in your data access class(used by
ObjectDataSource), you can manually catch and supress any exception occur
there. Or if you do not catch, it is catched by ObjectDataSource as
unhandled exception. Then, you can check the exception status in
ObjectDataSource's Updated event and choose to whether further throw it or
supress it. Here are two former newsgroup threads in which some community
members have posted some idea on this:

http://www.velocityreviews.com/forum...and-exception-
handling.html

http://www.velocityreviews.com/forum...-handling.html

Hope this helps.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
From: "Axel Dahmen" <KeenToKnow (AT) newsgroup (DOT) nospam
Subject: How to catch errors when databinding
Date: Sat, 8 Dec 2007 09:02:09 +0100

Hi,
I'm new to binding a <asp:FormView> control to an <asp:ObjectDataSource
control.
Binding appears to work fine. But I can't find any information on how to
deal with errors when they appear, e. g. when a user deletes a row being
foreign key referenced by another row in another table, or if he/she
inserts a new row creating duplicate keys...
In case of a database error I'd like to show a message like those coming
from the <asp:ValidationSummary> control.
Any help is quite appreciated.
Best regards,
Axel Dahmen




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.