Submit Button
Posted: Mon Nov 02, 2015 7:20 am
Hello -
I am working through some udates on our webstore and i would like to have a button that once is clicked submits the information and close the webpage. Below is the current code for the button.
<asp:Button ID="Submit" runat="server" Text="Submit Tab Titles/Colors" OnClick="close" ValidationGroup="ContactUs" />
<asp:Button ID="reset" OnClientClick="document.location.href=document.location.href;" Text="Reset" runat="server" />
Any help would be appreciated !
Bret
I am working through some udates on our webstore and i would like to have a button that once is clicked submits the information and close the webpage. Below is the current code for the button.
<asp:Button ID="Submit" runat="server" Text="Submit Tab Titles/Colors" OnClick="close" ValidationGroup="ContactUs" />
<asp:Button ID="reset" OnClientClick="document.location.href=document.location.href;" Text="Reset" runat="server" />
Any help would be appreciated !
Bret