Word files to *.aspx help

What is the best way to convert word file to a *.aspx ( .net 2.0). I have articles written in this format that I would like to publish on my web page and reason why I need to convert them to *.aspx ( instead of htm) is : I want to use my master page so that layout is consistent within the website. < xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />



Answer this question

Word files to *.aspx help

  • pender

    My .02.

    Save the word documents as .HTM filtered files and display them in the master page appropriately.

  • aande2003

    How do I make this htm to use Default.master file of the application and make sure all the content of htm file goes in to ContentPlacHolder defined by the master file.
  • Word files to *.aspx help