|
|
| 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# |
In this article, I'm going to demonstrate some of the power of ASP.NET networking capabilities, by creating a "Telnet" session to a mail server and running standard RFC commands to see if the email account is valid.
Author: dave Code: ASP.NET Beta 1 & VB |
|  | |
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
|