摘要: MVC控制器获取@Html.DropDownList值发表于2014 年 4 月 1 日作者efour—暂无评论先贴一段代码,演示@Html.DropDownList的使用。前台前台代码的写法有很多,大家可以网上搜搜。(1)@Html.LabelFor(a => Model.Dept_ID)@Htm... 阅读全文
posted @ 2015-06-04 13:40 BOBO~ 阅读(1343) 评论(0) 推荐(0) 编辑
摘要: 1.@using(Html.BeginForm()){} //提交到当前页面2.@using(Html.BeginForm( new {} )){} //提交到当前页面,new中可以带参数3.@using(H... 阅读全文
posted @ 2015-06-04 12:04 BOBO~ 阅读(13625) 评论(0) 推荐(2) 编辑