Home All Groups Group Topic Archive Search About

Apply new MasterPage to an existing page

Author
6 Jan 2006 9:42 PM
Carlos
I have 3 asp.net pages in a project created later, now I have created a
Master Page so my question is how can I tell it to apply the new master
pages to existing pages  ?

Thanks

Author
6 Jan 2006 10:00 PM
sloan
I had to manually do this.

Look at the top of the .aspx file.  You'll see the masterpage directive
up there.
Aka.
Look at an (already setup as master page) aspx page to find the
directive.

Then paste that manually into your existing page.


If somebody has a GUI way to do it, then please correct me.

Bookmark and Share