I
IfThenElse
Hi,
I have a web page in a subfolder that inherits a Master page at the root.
the webpage in the subfolder can not see the Master page.
This is what I have in my webPageThatIsInSubfolder.aspx
MasterPageFile="~/myMasterPage.Master"
Tried,
MasterPageFile="../vendor.Master" Does not work
Where should a Master Page be placed, in what folder.
Thanks
I have a web page in a subfolder that inherits a Master page at the root.
the webpage in the subfolder can not see the Master page.
This is what I have in my webPageThatIsInSubfolder.aspx
MasterPageFile="~/myMasterPage.Master"
Tried,
MasterPageFile="../vendor.Master" Does not work
Where should a Master Page be placed, in what folder.
Thanks