HasChanges() returning true after accept changes. -
04-04-2006
, 11:21 AM
Hello,
I have a typed DataSet that returns true from HasChanges() returning
true even after I have called AcceptChanges() on the object. I am
using data binding using a BindSource.
Any ideas on why this is happening and what I need to do to correct
this? |