Hello
I have some controls (textboxs,picbo x,checkbox) bind to a BindingSource. And this BindingSource.D ataSource to a DataTable.
I need to know if some field has been modified in order to ask for save changes.
The problem is that when I use BindingSource.E ndEdit(), the DataTable.GetCh anges() always return TRUE even if none of the controls has been modified.
Any idea of what I'm doing wrong?
Thanks
I have some controls (textboxs,picbo x,checkbox) bind to a BindingSource. And this BindingSource.D ataSource to a DataTable.
I need to know if some field has been modified in order to ask for save changes.
The problem is that when I use BindingSource.E ndEdit(), the DataTable.GetCh anges() always return TRUE even if none of the controls has been modified.
Any idea of what I'm doing wrong?
Thanks
Comment