摘要: DropDownList数据绑定 在控制器中Controller中,为前台页面DropDownList准备的数据 在页面代码中, var dept = (List<SelectListItem>)ViewData["depBooks"]; @Html.DropDownList("ddlBooks", 阅读全文
posted @ 2015-05-09 14:34 漫步三十五 阅读(415) 评论(0) 推荐(0)