0

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?

balexander
  • 23,131
  • 14
  • 45
  • 68

1 Answers1

0

Here is a relevant link: ASP.NET: asp:LinkButton with Javascript disabled?

Community
  • 1
  • 1
Matt Glover
  • 1,347
  • 7
  • 13