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...
No comments yet, be the first one to post comment.