Shared Functionality

  • Thread starter Thread starter BobLaughland
  • Start date Start date
B

BobLaughland

Hi All,

I have an 'administration' section of my web site which will have
common buttons at the top to take you between the administration pages.

Can these be defined only once in some kind of style sheet? How would I
go about that.

Thanks,

Peter.
 
There are two common options

First, you can create a new user control and include this user control in
each page.

secondly, you can create a master page and apply each page to said master
page.

I tend to prefer the master page approach. If you are building an app for
1.x, check out (free):
http://metabuilders.com/Tools/MasterPages.aspx
They are built-into 2.0

Either solution should fill your needs.

Karl
 

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

Back
Top