随笔分类 -  ASP.NET MVC

摘要:Web.config配置: 在<system.web>节下: 登录代码: /// <summary> /// 登录 /// </summary> public static bool Login(string userName, string userPwd) { MySqlHelper dbHel 阅读全文
posted @ 2016-09-13 13:36 0611163 阅读(1080) 评论(0) 推荐(1) 编辑
摘要:代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using Microsoft.Office.Interop.Excel;using Sy... 阅读全文
posted @ 2015-08-03 17:47 0611163 阅读(4447) 评论(4) 推荐(2) 编辑
摘要:子页面AreaSelect.cshtml页面的Controller代码:public ActionResult AreaSelect(){ return PartialView();}父页面前台代码: @{ ViewDataDictionary data = new Vi... 阅读全文
posted @ 2014-12-26 10:08 0611163 阅读(669) 评论(0) 推荐(0) 编辑