kiran_kuchiba

kiran_kuchiba

  • NA
  • 108
  • 23k

datagrid update

Jul 20 2004 11:23 AM
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)