How do I edit my code below to work with a validator for email addresses in the textbox only.
<input type="text" class="textbox" runat="server" style="float: right; background-color: grey;" id="txtEmail2" /><asp:Button Text="" ID="btn2" runat="server" class="btn2" />
Go to the complete details ...