C#: Select row from DataGridView

March 30th, 2013
by microbender

I have a form with a DataGridView (of 3 columns) and a Button. Every time the user clicks on a button, I want the get the values stored in the 1st column of that row. Here is the code I have: private…

Posted in my g+ postings | Comments (0)