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
cad sunny
NA
138
22.9k
datagrid view cell click
Sep 25 2014 4:24 AM
hello,
i used datagrid view having columns 11 and rows 10
i used cell click event
if (dataGridView1[e.ColumnIndex, e.RowIndex].Style.BackColor == Color.Empty)
dataGridView1[e.ColumnIndex, e.RowIndex].Style.BackColor = Color.Black;// 0x7D0000255;
else
dataGridView1[e.ColumnIndex, e.RowIndex].Style.BackColor = Color.Empty;
but its apply all 11 columns but i want apply this code only 10 columns last 11 columns i use numbers only
help me.
Reply
Answers (
1
)
Save data in the grid during page change
how to add facebook share button in datalist itemtemplate