Hello Friends,
Hope you are doing well.
Here is my Email Field and Button .on click of the submit button how to send user a Email.
<asp:TextBox runat="server" ID="EmailID" MaxLength="30" ValidationGroup="EmailReg" />
<asp:RequiredFieldValidator ID="req14" ErrorMessage="*" ForeColor="Red" runat="server"
ValidationGroup="EmailReg" ControlToValidate="EmailID" Display="Dynamic"></asp:RequiredFieldValidator>
<asp:Button ID="btn1" runat="server" Text="Submit" />
Anyone please help me.
Thanks
iluvdotnetfunda