Click here to Skip to main content
15,886,545 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
my question is that i have a folder in my application named document where word file stored after being upload. Now i want to display these word file on aspx page.
Posted
Updated 20-Jun-15 18:41pm
v2
Comments
Stoonce 17-Jul-15 2:45am    
I wouldn't advise you to go with Word's Interop service in C# on server side, here is why. In short MS Offcie was not intended for this purpose and its not recommended to do so.
Instead try this Word's library for C#, it can convert your Word documents into a HTML content with .NET and than you can just render that content to a client.

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900