ASP.Net Template pages, heredocs?

liunx

Guest
I am responsible to updating the templates we use for our Word Documents for correspondence. I have tried to cut down the amount of redundant work by using includes. Every document has the same basic structure:Stationery Header

Address Block

Content

Signature Block

Stationery Footer

The only thing that changes for each document is the actual content.

I found an article (<!-- m --><a class="postlink" href="http://www.onlamp.com/pub/a/php/2003/04/10/php_heredocs.html">http://www.onlamp.com/pub/a/php/2003/04 ... edocs.html</a><!-- m -->) on a good way to implement templates for PHP, but I want to know if there is a good way to do this in ASP.Net, as that is what i have to work with.
 
Back
Top