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?

1 Answer 1

0

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.