how to get value of selected column from datagridview
I added a checkbox column in the first column of datagridview
Once data loaded to datagridview there are three columns will display: check (check box), ID, description
How to get value of ID when user checks the check box at that row?