CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Sep 2007
    Posts
    11

    Master page in different project than content page

    Is it possible to have a master page in different project (but same solution) than content page? I want a common project that can hold the master page at a root level. Other subprojects will have content pages using the master page from the root project. I have not been able to work out how to do this. Is it possible? If so how must the content page reference the master page?
    Last edited by beck; April 2nd, 2008 at 02:11 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured