Link to home
Start Free TrialLog in
Avatar of introlux
introluxFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Display word document in asp.net

Hi,

I would like to display a word document in an IFRAME on a aspx web page. Is this possible and how can I achieve this task.

If its not possible to do this as a word document, then I may have to convert the file to a PDF file.

Any help on this will be appreciated.

Regards,

introlux
Avatar of silemone
silemone
Flag of United States of America image

look at this link and it has as the solution exactly what you are looking for...it places word doc in iframe...
http://www.dotnetspider.com/forum/ViewForum.aspx?ForumId=31319
Avatar of introlux

ASKER

This is using a Visual C# application. I am using a web application that has c# as code behind.
did you check out my last post?

look at this link and it has as the solution exactly what you are looking for...it places word doc in iframe...
http://www.dotnetspider.com/forum/ViewForum.aspx?ForumId=31319
This only allows you to save or open the file - When clicking on OPEN it opens it in MS Word. I would like this to be rendered in the IFRAME and not using MS Word to view the file.

I would preferably want it to be rendered from load into the IFRAME instead of a user clicking on a link or button, but if its a must then im cool with that.

Regards,

introlux
ASKER CERTIFIED SOLUTION
Avatar of introlux
introlux
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial