I'm trying to count the rows on my datagridview and display the number of rows on "label1" what's the best way to do this? i was going to drop the code in the form load event.
Also i only want to count rows with text in, as datagridviews always leave a blank row at the bottom.

1 answers
This line should do it:
answered one year ago by:
17279
690
Nice one vulpes - Thanks