Re: adding data using DataGridView



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






.



Relevant Pages

  • Re: adding data using DataGridView
    ... object is your class and then bind that class to the DataGridView. ... application (data entry is handled in a data access layer using stored ...
    (microsoft.public.dotnet.languages.vb)
  • adding data using DataGridView
    ... 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 ...
    (microsoft.public.dotnet.languages.vb)
  • TDataSet wrapper for another TDataSet?
    ... I want to encapsulate my data access layer, but my UI still likes to data ... bind to a TDataSet. ... I found EzVirtualDataSet from: ...
    (borland.public.delphi.thirdpartytools.general)