current row edit ?
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
c is the variable for my datagrid current row index. when c is gotten by the dataset it is shown in textboxes. if i edit this row how do i get the datagrid/ table to accept the changes to that row? Makniteasy
-
c is the variable for my datagrid current row index. when c is gotten by the dataset it is shown in textboxes. if i edit this row how do i get the datagrid/ table to accept the changes to that row? Makniteasy
You can edit the row within the datagrid, or you can remember a primary key for the row, use it to do an UPDATE, and then rebind. Christian Graus - Microsoft MVP - C++