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
nishant ranjan
NA
390
0
datagridview button text change
May 2 2013 7:57 AM
i have a datagridview in which last column contains button with text "Start"
what i want is when i click on "Start" button than only that row,cell button text should change to "Stop" while other remains to "Start"
i trie below code but not able to do it
dataGridView1.Rows[e.RowIndex].Cells[1].Value = "Stop";
this.dataGridView1.UpdateCellValue(1, e.RowIndex);
where 1 is the columnindex, i even tried with e.columnindex but not working
Reply
Answers (
0
)
load image
how to add datagridview data to another's form datagridview