Validating email address format on your ASP webpage

added by zaprousdower
1/24/2010 7:07:08 PM

105 Views

This is a great tutorial on handling basic email address validation on a web form. It checks the syntax and makes sure the address is formatted correctly and prompts the user to correct the entry if it is malformed. It uses ASP, C#, and some Javascript code.


0 comments