摘要: private List<UserInfoModel> ShowPage() { //输入参数 PagePut pageput = new PagePut(); string tablename = " Biao a inner join HuXing b on a.HuXingID=b.HuXin 阅读全文
posted @ 2018-08-23 09:03 相安 阅读(134) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 查询条件 /// </summary> /// <param name="name"></param> /// <param name="xiaoqu"></param> /// <param name="donghao"></param> /// <param 阅读全文
posted @ 2018-08-23 09:02 相安 阅读(342) 评论(0) 推荐(0) 编辑
摘要: [HttpPost] public void AddInfo(UserInfoModel use) { string json = JsonConvert.SerializeObject(use); //加载程序集 获取dll文件地址 Assembly assmbly = Assembly.Load 阅读全文
posted @ 2018-08-23 09:01 相安 阅读(173) 评论(0) 推荐(0) 编辑
摘要: <div style="width:1050px;padding:20px"> @using (Html.BeginForm("Select", "Index",FormMethod.Post)) { <span>小区</span>@Html.DropDownList("xiaoqu", ViewB 阅读全文
posted @ 2018-08-23 08:57 相安 阅读(239) 评论(0) 推荐(0) 编辑