V vijaya Dec 3, 2003 #1 I need to collect all thedeleted rows of a datatable How can I collect the deleted rows of a datatable?
I need to collect all thedeleted rows of a datatable How can I collect the deleted rows of a datatable?
M Miha Markic Dec 3, 2003 #2 Hi vijaya, One way would be to create a DataView with DataViewRowState set to DataViewRowState.Deleted
Hi vijaya, One way would be to create a DataView with DataViewRowState set to DataViewRowState.Deleted