CodeClimber

Climbing the cliffs of web development, on .NET

Wednesday, August 05, 2009 aspnetmvc, dropdownlist, htmlhelper

How to create a DropDownList with ASP.NET MVC

The DropDownList html helper differs a bit from the standard Html helper methods, and, not surprisingly, the way it works is one of the questions I get asked the most. So in this post I’m going to…