摘要: 由于时间关系,先跟大家分享项目中的代码,详细解说于有时间再说。View1 @Html.Telerik().DropDownListFor(model => model.CountryID).Name("CountryID").BindTo((IEnumerable<SelectListItem>)ViewData["CountryList"])2 @Html.Telerik().DropDownListFor(model => model.BusinessTypeID).Name("BusinessTypeID" 阅读全文
posted @ 2011-10-21 10:49 逆天之群 阅读(3329) 评论(0) 推荐(0)