会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
星期六
首页
管理
2006年12月29日
ASP.net 把 DataGrid 数据导出到 Excel .
摘要: protected void ExportExcel(DataGrid dtgList, string strFileName) { DataTable dt = (DataTable)this.Session["GridToExcel"]; if (dt==null) return; Response.Clear()...
阅读全文
posted @ 2006-12-29 12:53 星期六
阅读(542)
评论(0)
推荐(0)
编辑