I created my user control for email validation in windows application(C# language).I am using it in the form, if the user leave that textbox it ll show message "E-Mail expected",if its correct value, then it ll be stored in another textbox. How can i retrieve values from the user control into textbox.
Eg. textbox1.text=U serControl1.tex t; But its not working.
Is there anyother way to use that usercontrol....
Thanks in Advance.
Eg. textbox1.text=U serControl1.tex t; But its not working.
Is there anyother way to use that usercontrol....
Thanks in Advance.
Comment