6
Shouts

Get The Drop On ASP.NET MVC DropDownLists

posted by MikesdotnettingMikesdotnetting 868 days, 23 hours, 12 minutes ago
Thursday, January 07, 2010 9:30:22 PM GMT

Get The Drop On ASP.NET MVC DropDownLists   DropDownLists in ASP.NET MVC seem to cause a fair amount of confusion to developers fresh from Web Forms World. This article looks to provide you with all (well, most) of what you need to know to get your DropDownLists working in ASP.NET MVC.

 

DropDownList, ComboBox, call it what you like, but it always renders as an html select element. It has an opening tag. In between, each "ListItem" is housed within an tag. Optionally, they may be subd...

category: ASP.NET | clicked: 0 | | source: www.mikesdotnetting.com | show counter code
tags: ASPNETMVC, asp net