3
Answers

How to get a specific cell of a DataGridView

Dealy

Dealy

15y
3.1k
1
Hello,

I have a dataGridView with 3 columns and a button in each row. When user clicks on the button a row x i want to get the value of cell (row=x,column=1) and save it in a string.

Any suggestions?

Thank you in advance.
Answers (3)
0
Manish Singh

Manish Singh

NA 7.4k 3.1m 13y
Hi...........
DC
Please see url :http://msdn.microsoft.com/en-us/library/ms227560.aspx
                                                                                             I hope help to you.
Accepted