上一页 1 ··· 19 20 21 22 23
摘要: asp.net里导出excel表方法汇总 public void ToExcel(System.Web.UI.Control ctl) { HttpContext.Current.Response.AppendHeader("Content-Disposition","attachment;filename=Excel.xls"); HttpContext.Current.Response.Charset ="UTF-8"; HttpContext.Current.Response.ContentEncoding =System.Text.Encoding.Default; HttpContext.Current.Response.ContentType ="application/ms-excel";//image/JPEG;text/HTML;image/GIF;vnd.ms-excel/msword ctl.Page.EnableViewState =false; System.IO.Stri 阅读全文
posted @ 2012-12-08 11:52 梦在旅途 阅读(701) 评论(1) 推荐(1) 编辑
摘要: ASP.NET 网站开发日常异常总汇 阅读全文
posted @ 2012-12-08 11:48 梦在旅途 阅读(740) 评论(1) 推荐(0) 编辑
摘要: C#常用正则表达式 阅读全文
posted @ 2012-12-07 20:07 梦在旅途 阅读(140) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23