Contents tagged with ASP.NET MVC
-
ASP.NET MVC - Passing a Flag Enum to an Action as Parameter
A flag Enum is an Enumeration that can hold multiple values per instance An example of such Enum is: [read more…]
-
ASP.NET MVC 3 - A RadioButtonList for Enum Properties
ASP.NET MVC3 doesn’t have a built-in RadioButtonList helper and there are times that I want to display an Enum property. I can always do that using a [read more…]
-
ASP.NET MVC SubmitLink with jQuery - Using an a tag as a submit button
The easiest way to submit a form is to use the input tag with the submit type [read more…]
-
ASP.NET MVC or Webforms? Why not both?
In many conversations between ASP.NET developers, the most common question this time of the year is what technology should someone use in order to develop a web application. Both MVC and Webforms have … [more]