I have a basic form that fires using an ASP.NET OnClick
event such as:
<asp:LinkButton ID="Submit" CssClass="submit" runat="server" Text="SUBMIT" OnClick="Submit_Click" ValidationGroup="email"/>
Is there a way to fire this if someone has JS turned off? If not what is my next best alternative?