I want to get the particular column value of the current row of the datagrid view into text box of
- by user286546
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.