Dear C-sharpcorner
I got a simple question, and i hope you can help me with it.
What is the C# code for a program that creates a Email and password field?
So when you start the program it sais
________________________
Hello
Please type your Email and Password
Email:
Password:
____________________________
Regards,
KK
Loading
Dipa AhujaPosted May 11, 2010, 9:40 AM
CrishPosted May 10, 2010, 12:30 PM
I think you need to use C# validation for textboxes like Email and Password.
You can use inbuilt C# validation from Toolbox of Visual studio .Net