2
Reply

datagrid update

Ask a question
kiran_kuchiba

kiran_kuchiba

20 years ago
3.2k
1
I have a datagrid which has a bool column(checkbox) . I can can check or uncheck. WHen I click the update button the data gets updated. But there is one problem, when I check or uncheck and move to next row only then the row gets updated. What seems to be the probelm. I am using sqlDataAdapter1.Update(dataSet11) command to update the datagrid. Thanks

Answers (2)