Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have 5 form form1 open on form2 taking parameter from form2,form1 open on form3 taking parameter from form3 and so on.The parameter is product_Code.Form1 datagridview dispaly some data as per Product_Code in different form usnig C#.I am new to learn c# anyone help me.
Posted
Comments
[no name] 29-Oct-11 16:17pm    
Your question is not clear, please try to restate it. Perhaps add some code, properly formatted, to illustrate what you trying to do

1 solution

Based on what I understood, you should probably pass a shared data-object across these forms. This data-object may or may not be a property in the parent form. You could pass it to the secondary forms either via the constructor or via a public property.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900