Please Help me.
1. In a LoginForm1 two textbox are present and a button also.
2. first user enter username & password in these field of LoginForm1.
3. After enter username & password by click the login button in the loginForm1 and a new
form2 is open.
4. when the new form2 is open another child form3 is open along with this new form2.
5. I want to set a lable in the child form3.
6. I want to set the text of lable from the text of textbox in the LoginForm1.
so please help me in C# code. How to implement this.