Results 1 to 3 of 3

Thread: [2.0] accessing master page from another project

  1. #1

    Thread Starter
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    [2.0] accessing master page from another project

    Anyone can help me to solve my from problem regarding masterpage. I used vs 2005 windows 2003 and IIS 6.0.

    Pls look at the attach image.



    thanks,

    Popskie
    Attached Images Attached Images   

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2.0] accessing master page from another project

    The only way to do this is to create your own class that inherits from MasterPage and implements all of its required methods, and within that of course, sending out whatever HTML you need to use as part of the regular MasterPage. Keep in mind, there won't be a designer for this, so you'll essentially be using the Output method to write() everything out manually. Not efficient.

    Best answer is, make a copy of the master page in the other project.

  3. #3

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