Rendering and Binding Drop Down Lists using ASP.NET MVC 2 EditorFor
Use ASP.NET MVC’s EditorFor to render a drop down list from a view model. Then use a custom model binder to bind the selection back to the view model.
Web and Game Developer
Use ASP.NET MVC’s EditorFor to render a drop down list from a view model. Then use a custom model binder to bind the selection back to the view model.