Re: adding data using DataGridView
- From: "RobinS" <RobinS@xxxxxxxxxxxxxxx>
- Date: Wed, 10 Jan 2007 11:54:01 -0800
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: BillE
- Re: adding data using DataGridView
- References:
- adding data using DataGridView
- From: BillE
- adding data using DataGridView
- Prev by Date: Re: moving backward to write in TableAdapter / DataTable
- Next by Date: Re: Spaces being removed from POST data
- Previous by thread: adding data using DataGridView
- Next by thread: Re: adding data using DataGridView
- Index(es):
Relevant Pages
|