Re: Master Page Question

Tech-Archive recommends: Fix windows errors by optimizing your registry



Sounds like you are asking if Master Pages can be nested, and the answer is yes.

You can learn a bit more at:
http://weblogs.asp.net/scottgu/archive/2005/11/11/430382.aspx

and it's pretty easy to test out anyways...

Karl

--
http://www.openmymind.net/
http://www.fuelindustries.com/


"shapper" <mdmoura@xxxxxxxxx> wrote in message news:1164370574.701590.202040@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,

I have 2 pages: Page1.aspx and Page2.aspx.
The two pages have common design parts but also not common design
parts.

Is it possible to create something like this:

MasterPageA
|
|---- MasterPageB
|
|---- Page1.aspx

MasterPageA
|
|---- MasterPageC
|
|---- Page2.aspx

See?
Page1 uses Master Pages A and B.
Page2 uses Master Pages A and C.

Could you tell me if I should do this and if it is possible.
If yes, where can I find some information about it?

Thanks,
Miguel


.



Relevant Pages

  • Master Page Question
    ... The two pages have common design parts but also not common design ... Page1 uses Master Pages A and B. ... Page2 uses Master Pages A and C. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Link Button Menu, Master page
    ... On my master page i have build 5 link buttons. ... When i click on link2 on master page, i come page2 and i dont have ...
    (microsoft.public.dotnet.framework.aspnet)