I want to get the particular column value of the current row of the datagrid view into text box of
Posted
by user286546
on Stack Overflow
See other posts from Stack Overflow
or by user286546
Published on 2010-03-17T01:59:22Z
Indexed on
2010/03/17
2:01 UTC
Read the original article
Hit count: 364
c#
|datagridview
I want to pass the column value of the current row of the datagridview. I have a button on one column in the datagridview. When I click on the button , another form opens up. I have a text box on the another form. So I want to get the column value of the current row on the text box of another form. I am using c sharp.
Any help is appreciated.
© Stack Overflow or respective owner