How to update the column of datagridview from the text contents of textbox in c# Windows form

Posted by user286546 on Stack Overflow See other posts from Stack Overflow or by user286546
Published on 2010-03-18T22:54:17Z Indexed on 2010/03/18 23:11 UTC
Read the original article Hit count: 225

Filed under:
|

I have a datagridview with contents from a table. In that I have a column for Remarks which will be 1-2 lines. When I click on the remarks column, I want to open another form that contains the text box. I have linked the text box with the table using the table adapter. Now when I close the form with the text box, I want to show that in the datagridview column. Please help me

© Stack Overflow or respective owner

Related posts about c#

Related posts about datagridview