摘要:
/// <summary> /// 文件下载 /// </summary> /// <param name="strFullFilepath"></param> protected void DownLoadAttachment(string strFullFilepath) { #region if (strFullFilepath != "") { string path = strFullFilepath; System.IO.FileInfo file = new Sy... 阅读全文
摘要:
/// <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 阅读全文