Opening Word Document on Client Side from Asp.net Application

前端 未结 4 1304
温柔的废话
温柔的废话 2021-01-25 17:36

We need to open a word document which is located on a server on the clients machine using Microsoft Word. The solution is working locally however when deployed on server then on

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-25 18:15

    You can use the DocX class to create your word doxument. Then the Response.Write() method (precise that the doxument extension is .docx) to download the document in your machine

提交回复
热议问题