ASP.NET MVC - Web Dev And Stuff

Browse by Tags

All Tags » ASP.NET MVC (RSS)
A flag Enum is an Enumeration that can hold multiple values per instance An example of such Enum is: [ read more …]
Posted by djsolid
Filed under: ,
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 …]
The easiest way to submit a form is to use the input tag with the submit type [ read more… ]
Posted by djsolid | 2 comment(s)
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]
Posted by djsolid | 2 comment(s)
Filed under: ,
More Posts