Deleted row information cannot be accessed through the row
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a datagrid bound to a dataview. I created some functionality to add new rows and delete rows. When I delete an row and click on the save button to save to the database I get the following message: "Deleted row information cannot be accessed through the row". And the delete obviously fails. Anyone with ideas on this?