ASP Templating

How do all you ASP programmers template a website?

Say I have a few pages on a website:

1) Home
2) About
3) Contact

Each page usually would have the same navigation, header, footer etc. Previously I have created one index page that would include all the related files and then testing on querystring would load content using sub routines. Horrible maybe........

The only other way I can see is to create the layout on every single .asp page.

Can any one shed any light?

View Replies


ADVERTISEMENT

Templating Engine

Where can I find a good templating engine for ASP?I have always worked in PHP until now and have alway found using templating engines to separate my code from html is a very clean way to code.Now I am learning ASP and would like to continue doing this.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved