hello....
i am wishing to open a Document.docx file on ASP.Net page named Default.aspx
Do you have any idea how to implement it.
Any help is highly appreciated.
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Aug 16, 2010, 10:59 AM
To open a word doc, you need Microsoft word. In Web pages (ASP.NET), you can display HTML contents only. If you want to see word conents in a Webpage, you probably have to convert word doc to HTML readable format or use a third part ActiveX control within your ASP.NET to view word doc.
Suthish NairPosted Mar 3, 2011, 3:22 AM
vijay ragsPosted Mar 3, 2011, 2:05 AM
how can i convert a .docx/.xlsx file to .doc/.xls file in asp.net 2.0 I tried with OpenXml but i think the dll for that will be in .net 3.0 version. Please help. its urgent.
Thanks,
Abhimanyu K VatsaPosted Aug 17, 2010, 2:13 AM
thank you very much for you reply sir
I saved my .docx page AS web page and then by using i solved my problem.
Thank You