Standard page layout that may change....

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

Folks,
I'm about to rework a ASP.Net 1.1 web site and want to make sure I'm doing
it smartly. What's the easiest/best (I realize that is contradictory) to
make it so that if we have standard menus that go across all pages, I can
program them once and then if we change them, they happen everywhere. Also
need things like a standard header on the page (logo, message, ...)

What are people currently doing that works?

TIA - Jeff.
 
I'm about to rework a ASP.Net 1.1 web site and want to make sure I'm
doing it smartly. What's the easiest/best (I realize that is
contradictory) to make it so that if we have standard menus that go
across all pages, I can program them once and then if we change them,
they happen everywhere. Also need things like a standard header on the
page (logo, message, ...)

What are people currently doing that works?

Use MasterPages - Paul Wilson has a good .NET 1.1 implementation of it.

Or use .NET 2.0 which has MasterPages built in.
 
Back
Top