.net mvc DropDownListFor下拉列表使用(验证)方法

@Html.DropDownListFor(model => model.SchoolId, new SelectList(ViewBag.SelectList, "SchoolTypeId", "Name"), "请选择")//model.SchoolId类型Int            ViewBag.SelectList集合
@Html.ValidationMessageFor(model => model.SchoolTypeId, "", new { @style = "color:red" })//
posted @ 2016-01-22 16:44  chenjingchun  阅读(465)  评论(0编辑  收藏  举报