datagrid update
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
Giovanni BejarascoPosted Jul 24, 2004, 1:05 AM
kiran_kuchibaPosted Jul 23, 2004, 2:24 PM