C
CMC
Hi,
I've a Datagridview binded with a Datatable. With this code:
DataTable.rows.remove(current_datarow)
DataAdapter.update(datatable)
.... I manage to delete the row from the DataTable, it disapears from the
DataGridView, but it doesn't delete it from he database (after updating the
DataAdapter).
Can anyone tell me where is the problem ?!
Thanks
CC
I've a Datagridview binded with a Datatable. With this code:
DataTable.rows.remove(current_datarow)
DataAdapter.update(datatable)
.... I manage to delete the row from the DataTable, it disapears from the
DataGridView, but it doesn't delete it from he database (after updating the
DataAdapter).
Can anyone tell me where is the problem ?!
Thanks
CC