I have an input TextBox that's bound to a DataTable in a DataSet. After entering data into the TextBox, the new value shows in the DataTable, but DataTable.GetChanges() returns null. Does data binding do something to prevent change detection like this? I found this identical question in the forum from 2003, but it hadn't been answered.
Thanks. Steve