Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have tow forms
i defined several public variable
and i passed data from text boxes between form 1 and 2
and i want put the arrived data in data grid that exist in form 1 from form 2

what can i do???
Posted

1 solution

It sounds like you need to do some very general research first. If you google DataGridView one of the first links you get will be the MSDN documentation, where you can learn about DataGridViews and how to use them. Here is the link:
DataGridView[^]

There are many, many ways to do what you are asking. Without more specifics it's hard to suggest which one is best. You may want to also research "Databinding". You can start by using google or search for articles here on CodeProject.
 
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