01 2016 档案

摘要:using System;using System.Collections.Generic;using System.Text;using System.Data.SqlClient;using Excel;using System.Reflection;using System.Data;usin... 阅读全文
posted @ 2016-01-27 09:20 妍柒柒 阅读(4788) 评论(0) 推荐(0)
摘要:以前使用WebForm变成时,下拉框传值只需直接在后台绑定代码就可以了。现在我们来看看在MVC中DropDownList是如果和接受从Controller传过来的值的。 第一种:使用DropDownList 控制器代码:publicActionResultIndex(){//1.1查询YzSer... 阅读全文
posted @ 2016-01-13 11:12 妍柒柒 阅读(1674) 评论(0) 推荐(0)