Export ASP.NET Web Form To MS Word
I want to show a web form page in a word document.
However the word document has a standard header and
footer that should be present on all pages of the report.
I have tried exporting the contents of the web form using
the page.rendercontrol(htmltextwriter) method and then
using Response.write(stringwriter.tostring) but it
overwrites the existing word template ie. header and
footer are not maintained.
Can anyone tell me how do i achieve this?

