Standard page layout that may change....

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.
 
G

Guest

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.
 
U

UJ

Could somebody post the link for this? I've tried google and I can't find
it.

TIA - Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top