oshirowanen
oshirowanen

Reputation: 15925

display ms word doc in browser

How can I get my asp.net webpage to display a word document in the browser? This is a controlled environment where everyone has exactly the same browser settings and everyone uses internet explorer 7. It is an intranet environment.

Upvotes: 0

Views: 1069

Answers (1)

Maz
Maz

Reputation: 3375

http://www.textcontrol.com/ appears to have some components allowing you to do that. Additionally, you might want to try embedding the document via ActiveX.

Upvotes: 1

Related Questions