In MVC, is there a way to fire an onBeforeSubmit event when using Ajax.BeginForm? I’d like to validate some data on the client side and give proper feedback to the user.
In MVC, is there a way to fire an onBeforeSubmit event when using Ajax.BeginForm?
Share
OnBegin is what you’re looking for:
UPDATE
Something like this: