I added a checkbox column in the first column of datagridview (not datagrid).
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?
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?