E
Erica
Hello,
When I delete a row in my dataset, the row state for other rows in the
dataset (other datatables) rowstate is deleted. Why is that? Here is the
code I use to delete the row:
I have tried both methods below and get same result:
dataSet.Table1[0].Delete();
dataSet.Tables.Rows.Remove(dataRow);
Thanks
When I delete a row in my dataset, the row state for other rows in the
dataset (other datatables) rowstate is deleted. Why is that? Here is the
code I use to delete the row:
I have tried both methods below and get same result:
dataSet.Table1[0].Delete();
dataSet.Tables.Rows.Remove(dataRow);
Thanks