Hello guys
I have datagridview with each record containing a checkbox.
I need to loop through the grid rows and get checkboxes that is being checked and also row numbers.
There is also a delete button outside gridview.The above process should got executed on delete button click.
Please provide some source code.