I have a form in ASP.Net and razor.
I need to have two ways of submitting said form: one that goes through the Edit action, and another that goes throug
Edit
You can do it with jquery, just put two methods to submit for to diffrent urls, for example with this form:
<%-- form data inputs here ---%> Edit Validate
you can use this script (make sure it is located in the View, in order to use the Url.Action attribute):