Re: adding data using DataGridView
- From: "BillE" <belgie@xxxxxxxxxxx>
- Date: Wed, 10 Jan 2007 15:42:08 -0500
How would I add a new record with that?
"RobinS" <RobinS@xxxxxxxxxxxxxxx> wrote in message
news:V9GdnTOACeng1jjYnZ2dnUVZ_qemnZ2d@xxxxxxxxxxxxxx
You can make a class that is a IBindingList(of object) where
object is your class and then bind that class to the DataGridView.
Not sure about the updates, though, as I haven't done that (yet).
You probably have to handle them yourself.
Robin S.
"BillE" <belgie@xxxxxxxxxxx> wrote in message
news:eEjaPQNNHHA.4912@xxxxxxxxxxxxxxxxxxxxxxx
What is the best way to add data using a DataGridView in a multi-tier
application (data entry is handled in a data access layer using stored
procedures)?
Thanks
Bill
.
- Follow-Ups:
- Re: adding data using DataGridView
- From: RobinS
- Re: adding data using DataGridView
- References:
- adding data using DataGridView
- From: BillE
- Re: adding data using DataGridView
- From: RobinS
- adding data using DataGridView
- Prev by Date: dim myb() as byte versus dim myb as byte()
- Next by Date: Re: best design for parse
- Previous by thread: Re: adding data using DataGridView
- Next by thread: Re: adding data using DataGridView
- Index(es):
Relevant Pages
|