2014年4月22日

asp.net excel 操作

摘要: /// /// 数据操作 /// /// /// private void DataOperator(string fileName, string savePath) { string myString = "Provi... 阅读全文

posted @ 2014-04-22 22:40 荣锋亮 阅读(236) 评论(0) 推荐(0) 编辑

gridview 自动序号 合计

摘要: 第一种方式,直接在Aspx页面GridView模板列中.这种的缺点是到第二页分页时又重新开始了. 第二种方式分页时进行了计算,这样会累计向下加. '/> 还有一种方式放在cs代码中,和第二种相似. protected void myGridView_RowDataBou... 阅读全文

posted @ 2014-04-22 17:08 荣锋亮 阅读(254) 评论(0) 推荐(0) 编辑

asp.net dataset 导出excel

摘要: /// /// excel 数据导出 /// /// /// public void CreateExcel(DataSet ds, string FileName) { HttpResponse resp; resp =... 阅读全文

posted @ 2014-04-22 09:59 荣锋亮 阅读(166) 评论(0) 推荐(0) 编辑

导航