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
Naeem Khan
971
802
798.8k
Multipal Selection checkboxes in DataGridView
Sep 11 2009 7:38 AM
hi, i have one datagridview . which is bind from my database (Mysql). i want checkboxes in dgv for multipal select. i got chk boxes in dgv but i dont know why its showing me Error. here is code for it. private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e) { for (int i = 0; i < dataGridView1.Rows.Count;i++) { error line// if { ((bool)this.dataGridView1.Rows[i].Cells["Select"].Value == true) { selectedCheckBox.Add(i); } } } // this is Error Object reference not set to an instance of an object. plz help me . thanks in Advance
Reply
Answers (
4
)
Linq Queries with array
Cannot restore sql server 2005 database in c#, receiving Operating system error 2(The system cannot find the file specified.). error