Can anyone please send me the code for my following application:
I am using a data grid view with a check box column and a delete button on my Windows Form. Now I want the user to check the check boxes and when he clicks the DELETE button then not only the selected rows be deleted from the grid but also from the database table as well.
Thanks