。。。。。。。。。拖个RegularExpressionValidator验证控件,ControlToValidate属性设置到你要验证的textbox上,在正则表达式里面用这个正则
\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*
。。。。。。。。。拖个RegularExpressionValidator验证控件,ControlToValidate属性设置到你要验证的textbox上,在正则表达式里面用这个正则
\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*