C
Cal Who
I have realy two websites in one host folder.
To get to one use Default1.aspx to get to the other use Default2.aspx.
Default1 and all the pages that it's menu goes to uses One.master.
Default2 and all the pages that it's menu goes to uses Two.master.
However, there are some pages that should be available from both sites.
So the question is: can I somehow define, at run-time, the master to be used
by a page.
That is, if a page is opened from Default1 I want it to use One.master, and
if it is accessed from Default2 I want it to use Two.master.
Can you tell me how to do that?
Or some other approach?
Thanks in advance
To get to one use Default1.aspx to get to the other use Default2.aspx.
Default1 and all the pages that it's menu goes to uses One.master.
Default2 and all the pages that it's menu goes to uses Two.master.
However, there are some pages that should be available from both sites.
So the question is: can I somehow define, at run-time, the master to be used
by a page.
That is, if a page is opened from Default1 I want it to use One.master, and
if it is accessed from Default2 I want it to use Two.master.
Can you tell me how to do that?
Or some other approach?
Thanks in advance