How to display contents of word document in .aspx page
Hi.
I have a word document with 100 pages. I want to display the contents of this document in webpage.I don't want to use iframes and other linkbuttons which directly display word document itself.
And i also want to retain the formatting done in the word document, and i want to use some asp web controlles in between the text like hyperlink,next and prev buttons,tabels etc.
How can i do this programatically?
Thanks in advance