Four Ways of Handling Multiple Submit Buttons in ASP.NET MVC

In web forms handling multiple submit buttons on a form is quite straightforward because all you need to do is write the Click event handler of the respective buttons. However, in ASP.NET MVC you need to rely on the plain HTML and / or JavaScript to deal with the situation. To that end this article illustrates four ways of handling multiple submit buttons.

http://www.binaryintellect.net/articles/c69d78a3-21d7-416b-9d10-6b812a862778.aspx