.net 2.0 beta DetailsView question
- From: jhoge123@xxxxxxxxx
- Date: 11 May 2005 10:46:57 -0700
I've been going through the basic tutorials in .net 2.0 regarding the
creation of master/detail pages and using the DetailsView control to
edit records.
It's all pretty simple in the tutorials. But what if you want to check
for database errors? How do you put all the database interaction into a
try/catch block?
In an ideal world, all of the database constraints would be duplicated
in validation controls, so the form could only submit valid data. But I
would like to make sure that, if somehow the database rejected the
input, this could trigger a friendly error message to the user and
possibly an alert to the administrator.
Thanks,
John Hoge
.
- Follow-Ups:
- Re: .net 2.0 beta DetailsView question
- From: Brock Allen
- Re: .net 2.0 beta DetailsView question
- Prev by Date: Re: GC and active sockets, and Pinned Memory
- Next by Date: Re: .net 2.0 beta DetailsView question
- Previous by thread: Add new hardware wizard removal
- Next by thread: Re: .net 2.0 beta DetailsView question
- Index(es):
Relevant Pages
|