Standard Templates

  • Thread starter Thread starter Brian Candy
  • Start date Start date
B

Brian Candy

ASP.NET

Is it possible to layout a page with all my logo's, navigation, banners etc.
then import that page into new pages? In other words create a template.

Thanks in advance for any help.
 
Hi there Hugo,

I think the thing your're after is Master Pages, a new feature coming up in
ASP.NET 2
[blurb]
Building individual Web pages is easy. Building Web pages that adhere to
specific site and application guidelines is much more difficult. Microsoft
has come to the rescue with Master Pages, which builds page template
capability directly into ASP.NET 2.0. This article shows you how to use the
new Master Pages feature to create consistent page layouts for your Web
applications.
http://www.devx.com/dotnet/Article/18042
[/blurb]

There are a currently few implementations for ASP.NET1.X . I've use the
implementation by Paul Wilson
(http://authors.aspalliance.com/PaulWilson/Articles/ - List of articles
relating to page templating)

Paul Wilson's implementation :
http://authors.aspalliance.com/PaulWilson/Articles/Article14/WilsonMasterPagesCustom.zip
Another one is from MetaBuilde :
http://metabuilders.com/Tools/MasterPages.aspx

Hope this points you in the right direction.

Regards,
Noel H
 
Back
Top