Click here to Skip to main content
15,881,757 members
Articles / Web Development / ASP.NET

Multiple Parameterized (Localizable) Form Buttons in ASP.NET MVC

Rate me:
Please Sign up or sign in to vote.
4.45/5 (7 votes)
27 Sep 2012CPOL6 min read 46.2K   767   26  
Easy handling of buttons in ASP.NET MVC
Several solutions exist to handle multiple buttons on a form, however, none of the existing solutions were sufficiently complete to handle the cases I wanted to handle in a clean way. In this post, I present the features of the button handler I created.
@model System.Web.Mvc.HandleErrorInfo

@{
    ViewBag.Title = "Error";
}

<h2>
    Sorry, an error occurred while processing your request.
</h2>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect AREBIS
Belgium Belgium
Senior Software Architect and independent consultant.

Comments and Discussions