1.if you had a text box in form 1 that a user fills in his name and for security you want the next form, form2, to contain a label that will pick up the text entered in the text box in form 1.how would you do the coding .i tried the following code but did not work.
Form2 tmpForm = new Form2(); tmpForm.mylabel.Text = this.textBox2.Text;
2.


Sign In
Create Account


Back to top









