views:

46

answers:

0

Hi all,

I have a column called "Delete" that is a checkmark column. When a user places a checkmark in that row, and clicks on the Delete button, the row should be deleted and the DB (SQL) updated.

I use table adapters to make changes to the DB. The code is in C#.

How would I do this? I'm new to datagrids...

Thanks.