I have a problem I want this code to work but its not and i don't know the problem
CODE
Form2 NewForm2 = new Form2();
NewForm2.ShowDialog();
NewForm2.label1.Text = this.textBox1.Text;
The C# says the code is good but its not doing what I want it to do, from the form1 textbox1.text is suppose to come up on Form2 label1.text , can anyone please help me?