A
A.M-SG
In a Windows Form, I have a set of detail controls bound to a table in a
dataset through a BindingSource. I cannot figure out how to tell if the
user has edited any data in the controls that needs to be saved to the
database.
The EndEdit method will force any changes to update back to the dataset, but
how can you tell if any changes were made. Where is the IsDirty property?
In a DataGridView, there is a IsCurrentRowDirty flag that can be checked on
RowLeave, but I cannot find anything equivelant on the Detail view controls.
Thank you,
Alan
dataset through a BindingSource. I cannot figure out how to tell if the
user has edited any data in the controls that needs to be saved to the
database.
The EndEdit method will force any changes to update back to the dataset, but
how can you tell if any changes were made. Where is the IsDirty property?
In a DataGridView, there is a IsCurrentRowDirty flag that can be checked on
RowLeave, but I cannot find anything equivelant on the Detail view controls.
Thank you,
Alan