摘要: http://www.datasky.cn/News/aspx/20070919/20070919165146897341132.aspx http://hi.baidu.com/gzwfdy/blog/item/5e479019f686667edab4bdde.html http://blog.e-works.net.cn/147018/articles/7340.html http:/... 阅读全文
posted @ 2008-03-27 17:13 你约我交友网 阅读(172) 评论(0) 推荐(0)
摘要: //输出到excel的函数,可直接copy到 cs页面 private void OutExcel(GridView dg, string name) { dg.Visible = true; Response.Clear(); Response.Buffer = true; Response.Charset = "G... 阅读全文
posted @ 2008-03-27 11:38 你约我交友网 阅读(1164) 评论(0) 推荐(0)