I have an ASP.Net MVC Ajax.BeginForm that submits and updates my page properly when I click the submit button.
The problem is I need additional events to do the sa
I was using Sichbo's answer in MVC2, but I have found that with MVC3 you no longer need these workarounds (i.e. $('#yourformid').submit(); will now work for ajax calls).