摘要: /// <summary> /// 分页获取数据集 /// </summary> /// <typeparam name="T"></typeparam> /// <param name="_pagerIndex"></param> /// <param name="_pagerSize"></param> /// <param name="WhereString"></param> /// &l 阅读全文
posted @ 2013-03-05 18:18 文艺流浪汉 阅读(323) 评论(0) 推荐(0) 编辑
摘要: Tabletable=new Table();Response.ClearContent();Response.Buffer=true;Response.Charset="GB2312";Response.AppendHeader("Content-Disposition","attachment;filename=FileName1.xls");Response.ContentEncoding=System.Text.Encoding.UTF8;Response.ContentType="application/excel 阅读全文
posted @ 2013-03-05 18:15 文艺流浪汉 阅读(272) 评论(0) 推荐(0) 编辑