Is there some easy way to handle multiple submit buttons from the same form? For example:
<% Html.BeginForm(\"MyAction\", \"MyController\", FormMethod.Pos
If you do not have restrictions on the use of HTML 5, you can use the tag with formaction Attribute:
formaction
First name: Last name: Submit Submit as admin
Reference: http://www.w3schools.com/html5/att_button_formaction.asp