AD
Administrator
Syncfusion Team
May 23, 2005 05:38 PM UTC
Try calling DataTable.AcceptChanges before you iterate through your DataTable to see if that will take care of this problem. If you do not want to do this for some reason, then you should check the DataRow.RowState on each DataRow before working with it to make sure it has not been deleted.