摘要: 用户控件 aUserControl<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %><div>这里是一个用户控件在这里可以当做一个aspx 页面来用</div>后台Control AccountControl中 用户控件的代码 public ActionResult aUserControl() { return View(); }用户控件在Index.aspx页面中使用<%@ Page Language="C#& 阅读全文
posted @ 2013-01-09 15:40 南潇湘 阅读(457) 评论(0) 推荐(0)
摘要: /// <summary> /// 统计数据 /// </summary> /// <returns></returns> public List<plateNum> GetListPageForClassCount() { var classcount = from a in db.BBS_Class select a; List<plateNum> list = new List<plateNum>(); ... 阅读全文
posted @ 2013-01-09 09:18 南潇湘 阅读(225) 评论(0) 推荐(0)