Hi, I have a usercontrol that is bound through the new Binding Source to a datatable.
When i call bs.endEdit and the dt.getChanges, there are always changes returned.
I have an <propName}ValueChanged eventHandler in my code, and raise the value changed event in the property. This did the trick fine in 2003, but 2005 seems to have gone wrong. Is there something else i need to do to sort this
Many thanks,
Chris

Bound DataTable GetChanges always True when bound to user control