Using the DropDownList and ListBox with ASP.NET MVC
This tutorial will teach you the basics of working with DropDownList helper in a ASP.NET MVC Web application.You'll create action methods and views that use the DropDownList helper to select a category. You will also use jQuery to insert a category dialog.