hi
here i need email allow ._@ and numbers so i need only this how
will do this validations.
<asp:RegularExpressionValidator ID="Reg1" runat ="server"
ControlToValidate ="txtemail" ErrorMessage ="Invalid Email Address"
ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" ></asp:RegularExpressionValidator>
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com