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