Skip to main content

Email Address Validation (Regex : Regular Expression) In VB.Net

This is how to check email address validation in VB.Net



add below inheritance on your textcode :

(CONTROL)
Imports System.Text.RegularExpressions



(BOUNDARY)
Add a button and write below codes :





Comments