how can i edit datagrid ?
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
i have a datagrid which is displaying a table of database db1. i have also a button btn_insert now i want to enter one more row in datagrid so that when i click btn_insert a new row gets inserted i want that user should append the details of new row (that he wants to insert) in the datagrid and when he press btn_insert i fetch those values and insert the row in the actual database is there any method to count rows in datagrid ? plz help, how should i go for this.....