lbg280

水印,表格

 

 


帮助文档

 

 

以下两句话连在一起使用,可在网页中打开 对应的文件 

doc.Save(Server.MapPath("../Word/" +"HT_" + Request.QueryString["sbid"].ToString() + ".doc") , SaveFormat.Doc);


 doc.Save("HT_" + Request.QueryString["sbid"].ToString() + ".doc", SaveFormat.Doc, SaveType.OpenInBrowser, this.Response); 

分类:

技术点:

相关文章:

  • 2021-06-08
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
猜你喜欢
  • 2021-12-19
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2022-03-07
  • 2022-12-23
  • 2022-02-05
相关资源
相似解决方案