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)?
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)
Re: adding data using DataGridView ... object is your class and then bind that class to the DataGridView.... Not sure about the updates, though, as I haven't done that. ... application (data entry is handled in a data access layer using stored ... (microsoft.public.dotnet.languages.vb)
free flow data view? ... the datagrid view is great for a lot of data entry.... in My case despite only 6 element, I need free form view because of a ... so I doubt if I can use detailsView.... I even tried to see if I build on top of the like of datagridview,... (microsoft.public.dotnet.languages.csharp)
NotifyCurrentCellDirty DGV usage ... I have a DataGridView that is composed of several numeric up down data entry... I thought the EditingControlShowing event might be what I need at the ... handle the dirty changes?... (microsoft.public.dotnet.framework.windowsforms)