Text Only: Imports
Text Only: Imports
Imports System.Text.RegularExpressions
Number only
Email validation
Phone validatin
Dim phonenumber As New Regex("\d{10}")
If phonenumber.IsMatch(TextBox4.Text) Then
Else
MsgBox("Not Valid phone number!")
TextBox4.Text = ""
End If
Avoid special character