G Guest Jun 19, 2006 #1 How do I access the value of a checkbox in a DataGridView? It's an unbound column. Thanks.
S Sam Malone Jul 30, 2006 #2 Try something like this: If dgvYourDataGrid.Rows(<RowIndex>).Cells(<colName>).Value.ToString = "0" then Fill in appropriate values for the stuff inside the < >
Try something like this: If dgvYourDataGrid.Rows(<RowIndex>).Cells(<colName>).Value.ToString = "0" then Fill in appropriate values for the stuff inside the < >