Click here to Skip to main content
15,893,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one problem.

I know how to delete a single row with the help of header selection of a gatagridview.
I want your help in which i can delete multiple rows using checkbox.

I preserved a row sequence, how I can delete a row using checkbox in datagridview with a click of button?

Give me any reference for it, site or code.

Thanks
Posted
Updated 5-Nov-10 4:55am
v2
Comments
Dalek Dave 5-Nov-10 10:55am    
Edited for Grammar and Syntax.

1 solution

Google will always be your best friend in sorting out problems , if that fails then ask here, stating what you've tried / error messages or short code snippets

loop through all checkboxcolumns in a datagridview[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900