passing datagrid values as a parameter.

Posted by Farstucker on Stack Overflow See other posts from Stack Overflow or by Farstucker
Published on 2010-04-09T20:22:00Z Indexed on 2010/04/09 20:33 UTC
Read the original article Hit count: 275

Filed under:
|
|
|

I have a datagridview that I would like all values on a specific row passed to a new form. I can extract the values, but how would you recommend passing these into the new form (each will be assigned to a specific textbox)?

© Stack Overflow or respective owner

Related posts about c#

Related posts about beginner