I'm making a Windows Application in C#.
How to navigate from one form to another and not losing data(s) from the previous form?
For an example,
I created Form1.
In Form1, there's textBox1 and button1.
By clicking button1 links you to Form2,
and after Form2 is shown,
text from textBox1 in Form1 will be printed on label1 in Form2.
If anyone have any idea how to write the codes for the following request, please kindly reply. Help will be appreciated. Thank you. :)