DataGridView RowState Issue
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Let me start out by explaining the situation. I have a DataGridView that I am using to read/write to/from a SQL database. The problem I am running into involves the state of each row. When the records are submitted, I need to be able to tell if the row is a new row or not. There is not a PK for the table so I am having trouble figuring this out. I noticed the DataGridView has a 'State' method but it isn't what i'm looking for. I know the DataGrid used to just have a DataRow.RowState, but I am stuck trying to find a counterpart in the DataGridView. Thanks In Advance. Nathan Lindley