T TCORDON Nov 1, 2005 #1 Is there a vay to validate a textbox.text to see if it is a valid email address in codebehind? Using VS2005 Thanks
Is there a vay to validate a textbox.text to see if it is a valid email address in codebehind? Using VS2005 Thanks
G Guest Nov 1, 2005 #2 You can use regular expressions (System.Text.RegularExpressions.RegEx). Check out www.regexlib.com to pick a reg exp for email address validation. Hope this helps.
You can use regular expressions (System.Text.RegularExpressions.RegEx). Check out www.regexlib.com to pick a reg exp for email address validation. Hope this helps.