asp.net 2.0 master page

Is it possible to add a master page after I have created a few pages and then link them retrospectively as opposed to creating the master page first

I can't see how to do this, I have added a master page but I cannot get my other pages to see/use it.

thanks

ICW



Answer this question

asp.net 2.0 master page

  • Chule

    In the <@ Page area add the masterpage directive and set it to your master page. Delete the head section of the webpage. Change the <body> to <asp:contentholders> . Create a new page that uses the master page and look at the html to see the exact changes you have to make to existing pages to make them use the master.


  • Jason Marsell

    thanks
  • asp.net 2.0 master page