摘要: 0. 普通的下拉框@Html.DropDownList("type", DataHelper.GetOrderStatus(null, "--全部订单--"), new { @style = "width:160px" }) 1. typeof(Gender) 利用的枚举。@model SearchEView@Html.EnumDropdown(Model, m => m.Gender, null, typeof(Gender)) 2.ajax的dropdown请求。@Html.Hidden("trainId" 阅读全文
posted @ 2012-12-18 11:37 sunshine静 阅读(254) 评论(0) 推荐(0)