Monthly Archives: April 2011
HtmlHelper for enums in ASP.Net MVC3
Have you tried to get enums working with HtmlHelpers? It can be a hassle and here is my solution for it. It requires that you tag each entry in the enum with a [Description] attribute. Usage: If you want to … Continue reading