D
Danny Nielsen
Hi
I am new to vb.net 2005 (in fact vb in general as well). I have tried
creating a datagridview with 4 columns, with one as a
DataGridViewCheckBoxColumn. My problem are that data has been put in
the way they should from my db but updates arent visible on this
particular column. The data are either 1 or 2 and I have put in these
values on the DataGridViewCheckBoxColumn so it should show true/false
depending on these values. When I try to update the column by moving on
to the next row I am able to, but this particular column turns back to
its original value.
I am missing something, arent I ? - tx for your answers
Danny
I am new to vb.net 2005 (in fact vb in general as well). I have tried
creating a datagridview with 4 columns, with one as a
DataGridViewCheckBoxColumn. My problem are that data has been put in
the way they should from my db but updates arent visible on this
particular column. The data are either 1 or 2 and I have put in these
values on the DataGridViewCheckBoxColumn so it should show true/false
depending on these values. When I try to update the column by moving on
to the next row I am able to, but this particular column turns back to
its original value.
I am missing something, arent I ? - tx for your answers
Danny