How do you handle multiple submit buttons in ASP.NET MVC Framework?
Is there some easy way to handle multiple submit buttons from the same form? For example: <% Html.BeginForm(“MyAction”, “MyController”, FormMethod.Post); %> <input type=”submit” … Read more