Answers
Mar 19, 2009 - 04:05 AM
On the RequiredField Validator assign controltovalidate to textbox1 and ValidationExpression as
www.\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*
Mar 26, 2009 - 10:21 AM
I think you are in need of email regulare expression here it is
"^([0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2
,9})$"
Just use it hope it will work for you..
Add New Comment