Hi All
A client event - within my ASP.NET application - triggers the generation of a Word document on the server and this document will be saved in a specific folder on the file server.
Then I would like to send the Word Document to the client to enable the client to make last minute changes to the document. Two things which I would like to know more about:
1. If the application type of the response is Word, Word opens within the Browser. Some Toolbars are not displayed and the user get's confused to a certain degree. Is there a way to be able to present the Word Document to the user within a normal WinWord instance on the client?
2. Is there a way that the user can save the Word document within word directly on the file server (via UNC path)?
Any help is really apprechiated.
Thanks a lot
Tinu