How to create print version for whole page content

Martin Dobsicek asked on May 25, 2010 05:24

How to create print version for whole page content

Correct Answer

Martin Dobsicek answered on May 25, 2010 05:24

Basically, you can follow the Print page article from Dev.Guide. Regrettably, there is no method that returns whole content of page, but you can get content from all editable regions by calling GetEditableValue method manually for every editable region on the page:

<%# GetEditableValue("IdOfEditableRegion") %>

-md-
0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.