TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Deepak Verma
Tech Writer
1.7k
949.4k
Check Boxes with DataGridView Control
Apr 4 2011 12:46 AM
I designed a form on which a DataGridView Control is used to show all the records from the database. I have done it. But I want to add Check Boxes to DataGridView Control to enable the selection of desired multiple rows. Also I need a Check box placed on header to select/deselect all check boxes (means all rows). These check boxes should be added or removed automatically as one or more rows added to or deleted from the database.
And further, I need a button to delete the selected rows.
Reply
Answers (
1
)
Select a random number of textboxes
how to export data grid view into PDF using c#