How to get the rows number of the datagrid
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
In the windows form, I have a datagrid which is binded with the dataset. How can I know the rows number of the datagrid after I load the datagrid.
If you are binded with Dataset,it is easy to get number of rows. datasetvariable.Tables("Tablename").rows.count.it will work. here you will get more information. http://www.syncfusion.com/FAQ/WinForms