|
Im using Visual Studio 2008 language C#. I have a form with a dataGrid populated from an SQL Stored Procedure, one of the columns on the datagrid it's ButtonColumn and exactly this Buttons HeaderText I would like to use as a parameter in the Second Form on the Datagrid populating Stored Procedure. In the fisrt form if I click in one of the buttons from the ButtonColumn it will open The second form passing the parameter from the 1st from Buttoncolumn. How can I pass in Desinger mode the parameter from the 1st form ButtonColumn. I attached 2 images... If Necesary I post the 2 Form Code too Thank you
Attached thumbnail(s)
|