摘要: /// <summary> /// 文件下载 /// </summary> /// <param name="strFullFilepath"></param> protected void DownLoadAttachment(string strFullFilepath) { #region if (strFullFilepath != "") { string path = strFullFilepath; System.IO.FileInfo file = new Sy... 阅读全文
posted @ 2012-09-28 10:30 只求清淡如水 阅读(114) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 导出为Word /// </summary> /// <param name="filename"></param> /// <param name="objControl"></param> protected void OutExportWord(string filename, Control objControl) { #region HttpContext.Current.Response.Charset = "GB2312&q 阅读全文
posted @ 2012-09-28 10:25 只求清淡如水 阅读(237) 评论(0) 推荐(0) 编辑