|
|
| Validation [+] Favor-It | |
| |
 |
| | Sort By:
|
It's become apparent that someone visiting your Web site or speaking to you on the phone may not give you the correct e-mail address. For good reasons people are wearing of giving out their e-mail address... Author: Calvin Luttrell Code: ASP.NET v1.0 & VB |
A combination of a RequiredFieldValidator and a RegularExpressionValidator to quickly and easily validate email addresses on forms.
This simple snippet avoids server side email checks and makes it a snap to validate email addresses. Author: Mikhail Esteves Code: ASP.NET v2.0 & C# |
This ASP.net code validates any input string that was email address or not. First script checks all characters are alphanumeric values such as (a-z,A-Z), numbers (0-9), hyphens (-), underscore (_) and periods (.). Author: Dotnetindex.com Code: ASP.NET v3.5 & VB |
|  | |
Icon Key >
 - Recently Updated
 - Showcase Listing
|