Dear All,
I am using C# to build up a application. Otherwise, i have two forms, the first form is frmMaterial and the second form is frmMaterialList . frmMaterial has a textbox to get value from datagridview of frmMaterialList .
My code doesn't work.
Please help me....
How to get value from datagridview of frmMaterialList into textbox of frmMaterial?
Note: frmMaterial has a button to load frmMaterialList
Thank,
Ratana
I am using C# to build up a application. Otherwise, i have two forms, the first form is frmMaterial and the second form is frmMaterialList . frmMaterial has a textbox to get value from datagridview of frmMaterialList .
My code doesn't work.
Please help me....
How to get value from datagridview of frmMaterialList into textbox of frmMaterial?
Note: frmMaterial has a button to load frmMaterialList
Thank,
Ratana
Comment