adding masterpages to upgraded site

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a good way to add master page functionality to an upgraded site. 1.1
vs32003 to 2.0 vs2005. So far i get some unusual errors when i try to apply
to existing pages.

and im getting some odd errors
 
Is there a good way to add master page functionality to an upgraded site. 1.1
vs32003 to 2.0 vs2005.

I don't know about a "good" way, but the obvious way is to add a master
page to the project, then convert each page to use content controls.
So far i get some unusual errors when i try to apply
to existing pages.

and im getting some odd errors

Well, something a bit more explicit would be useful. What errors, where
and when?
 
thanks for replying,
i'm not really looking for an answer to the erors i'll get to those.
However, i am looking for a general how-to. do you know of an artical? or a
step-by-step?

thanks
 
thanks for replying,
i'm not really looking for an answer to the erors i'll get to those.
However, i am looking for a general how-to. do you know of an artical? or a
step-by-step?

Well, it's so simple that you don't really need an article. Once you
have your master page, you know the contentplaceholder ID(s). You open
up each individual page and delete all the stuff that is now in the
master page (probably the header and footer stuff), then just place
<asp:Content> tags around what's left. Make sure that the
contentplaceholderID of each content tag matches one in the master file.

It's even easier in practice than it sounds ;-)
 

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