RowState
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I have a problem with DataTable. I read records by Stored Procedure and I put records in MyDataTable. My DataGridView.DataSource = MyDataTable; When I click "Next Record" button, the property of MyDataTable.Rows[this.BindingContext[dtNominativi].Position].RowState become Modified, but I haven't modified filed. WHY???? HELP ME PLEASE!!!!!
-
Hello, I have a problem with DataTable. I read records by Stored Procedure and I put records in MyDataTable. My DataGridView.DataSource = MyDataTable; When I click "Next Record" button, the property of MyDataTable.Rows[this.BindingContext[dtNominativi].Position].RowState become Modified, but I haven't modified filed. WHY???? HELP ME PLEASE!!!!!