473,548 Members | 2,598 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Master page from SubFloders

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 webPageThatIsIn Subfolder.aspx
MasterPageFile= "~/myMasterPage.Ma ster"

Tried,

MasterPageFile= "../vendor.Master" Does not work

Where should a Master Page be placed, in what folder.

Thanks


Oct 4 '07 #1
16 1886
Tried,

MasterPageFile= "../myMasterPage" Does not work
"IfThenElse " <sq**********@h otmail.comwrote in message
news:Ow******** ******@TK2MSFTN GP05.phx.gbl...
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 webPageThatIsIn Subfolder.aspx
MasterPageFile= "~/myMasterPage.Ma ster"

Tried,

MasterPageFile= "../vendor.Master" Does not work

Where should a Master Page be placed, in what folder.

Thanks


Oct 4 '07 #2

"IfThenElse " <sq**********@h otmail.comwrote in message
news:e2******** ******@TK2MSFTN GP03.phx.gbl...
Tried,

MasterPageFile= "../myMasterPage" Does not work
"IfThenElse " <sq**********@h otmail.comwrote in message
news:Ow******** ******@TK2MSFTN GP05.phx.gbl...
>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 webPageThatIsIn Subfolder.aspx
MasterPageFile ="~/myMasterPage.Ma ster"
I have the same thing and this form worked for me. My page is in the
/manage subfolder and the master page is in the root folder (one above). I
have MasterPageFile= "~/Managing.master " and it works fine.

Shelly
Oct 4 '07 #3

"IfThenElse " <sq**********@h otmail.comwrote in message
news:e2******** ******@TK2MSFTN GP03.phx.gbl...
Tried,

MasterPageFile= "../myMasterPage" Does not work
"IfThenElse " <sq**********@h otmail.comwrote in message
news:Ow******** ******@TK2MSFTN GP05.phx.gbl...
>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 webPageThatIsIn Subfolder.aspx
MasterPageFile ="~/myMasterPage.Ma ster"
Aha! is your master file called myMasterPage.Ma ster or is it
myMasterPage.ma ster ??

Shelly

Oct 4 '07 #4
I am in Error, Sorry I found out that my images in my Master Page do not
show up.

What gives???
"IfThenElse " <sq**********@h otmail.comwrote in message
news:e2******** ******@TK2MSFTN GP03.phx.gbl...
Tried,

MasterPageFile= "../myMasterPage" Does not work
"IfThenElse " <sq**********@h otmail.comwrote in message
news:Ow******** ******@TK2MSFTN GP05.phx.gbl...
>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 webPageThatIsIn Subfolder.aspx
MasterPageFile ="~/myMasterPage.Ma ster"

Tried,

MasterPageFile ="../vendor.Master" Does not work

Where should a Master Page be placed, in what folder.

Thanks



Oct 4 '07 #5
I am in Error, Sorry I found out that my images in my Master Page do not
show up.

What gives???

"IfThenElse " <sq**********@h otmail.comwrote in message
news:e7******** ******@TK2MSFTN GP06.phx.gbl...
>I am in Error, Sorry I found out that my images in my Master Page do not
show up.

What gives???
"IfThenElse " <sq**********@h otmail.comwrote in message
news:e2******** ******@TK2MSFTN GP03.phx.gbl...
>Tried,

MasterPageFile ="../myMasterPage" Does not work
"IfThenElse " <sq**********@h otmail.comwrote in message
news:Ow******* *******@TK2MSFT NGP05.phx.gbl.. .
>>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 webPageThatIsIn Subfolder.aspx
MasterPageFil e="~/myMasterPage.Ma ster"

Tried,

MasterPageFil e="../vendor.Master" Does not work

Where should a Master Page be placed, in what folder.

Thanks




Oct 4 '07 #6
I have typed the name wrong. Just a typo
MasterPageFile= "~/myMasterPage.Ma ster"

I am in Error, Sorry I found out that my images in my Master Page do not
show up.

What gives???
"Shelly" <sh************ @asap-consult.comwrot e in message
news:13******** *****@corp.supe rnews.com...
>
"IfThenElse " <sq**********@h otmail.comwrote in message
news:e2******** ******@TK2MSFTN GP03.phx.gbl...
>Tried,

MasterPageFile ="../myMasterPage" Does not work
"IfThenElse " <sq**********@h otmail.comwrote in message
news:Ow******* *******@TK2MSFT NGP05.phx.gbl.. .
>>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 webPageThatIsIn Subfolder.aspx
MasterPageFil e="~/myMasterPage.Ma ster"

Aha! is your master file called myMasterPage.Ma ster or is it
myMasterPage.ma ster ??

Shelly

Oct 4 '07 #7
It looks like an absolute URL is needed in a Master Page. Why?

Now when I move all my Master Pages to Production I have to change all the
URLs of all the Images in all master pages for my website.
Is there a trick around this?

Thanks,

IfThenElse
"IfThenElse " <sq**********@h otmail.comwrote in message
news:Ow******** ******@TK2MSFTN GP05.phx.gbl...
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 webPageThatIsIn Subfolder.aspx
MasterPageFile= "~/myMasterPage.Ma ster"

Tried,

MasterPageFile= "../vendor.Master" Does not work

Where should a Master Page be placed, in what folder.

Thanks


Oct 4 '07 #8
IfThenElse wrote:
I am in Error, Sorry I found out that my images in my Master Page do not
show up.

What gives???
Becase you refer to them relative to the root folder, but the browser
look for them relative to the folder where the page is.

The browser have no idea where the master page is, or even that there is
a master page at all.

--
Göran Andersson
_____
http://www.guffa.com
Oct 4 '07 #9
Goran,

I am talking about before the browser gets the markup.
ASP.NET is not dishing out the correct URL path for the images

So what is the solution other than absolute URL?
"Göran Andersson" <gu***@guffa.co mwrote in message
news:e9******** ******@TK2MSFTN GP04.phx.gbl...
IfThenElse wrote:
>I am in Error, Sorry I found out that my images in my Master Page do not
show up.

What gives???

Becase you refer to them relative to the root folder, but the browser look
for them relative to the folder where the page is.

The browser have no idea where the master page is, or even that there is a
master page at all.

--
Göran Andersson
_____
http://www.guffa.com

Oct 4 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2404
by: Michael Herman \(Parallelspace\) | last post by:
1. What are some compelling solutions for using Master/Content pages with Web Pages? 2. If a content area has a web part zone with web parts, what is the user experience like when "editting" the web part page? Does it take place at the page level? ...or the content area level? 3. Where is the Web Part Manager instantiated? ...in the...
2
1738
by: Jon Spivey | last post by:
Hi, Using VS 2005/VB.net. I need to add a meta description tag and change a stylesheet link from a page based on a master page. Found this article http://msdn.microsoft.com/asp.net/reference/design/default.aspx?pull=/library/en-us/dnvs05/html/masterpages.asp#masterpages_topic8 Which seems to suggest it's possible (Listing 11 half way down the...
3
6400
by: ivanpais | last post by:
Hi, I have a Web User Control, Lets say "Foo.ascx", that contains a button "btnFoo". I have a Master Page "Bar.master", that has a label "lblBar". This label is exposed by a public property BarLabelText. I now have a contentpage "FooBar.aspx", where "Bar.master" is the master page and in the content section has the control "Foo.ascx".
17
3136
by: Rob R. Ainscough | last post by:
Again another simple concept that appears NOT to be intuitive or I'm just stupid. I've read the WROX book and the example doesn't actually show how the .master page links in the other content pages? Kinda sorta a critical point no? Am I missing something? Rob. P.S. the day I find a book that actually is useful rather than just a
2
6931
by: SR | last post by:
I have started a web site using ASP.NET 2.0. I would like to centralize all of my classes in a StyleSheet but I cannot figure out how to link the StyleSheet to a Content Page since there is no header. I tried to put the link tag in the Master page, but the classes are not recognized in the Content Page. How do I use a StyleSheet with the...
4
3964
by: Boris Yeltsin | last post by:
OK, on my Master Page I have a control: <a id="hypTabAccount" href="#" runat="server">Account</a> Now, in the code-behind (Root.master.vb) I can refer to it simply thus: hypTabAccount.InnerText = "blah" Now, what I want is the same in a content page that uses the Master Page. I have a Master Type in my Content page:
7
2174
by: Just Me | last post by:
Hi I have a master page with a control on it, but I need to set a property of that control from the content. my master page is called Admin.Master and the class is Admin. I have tried this
6
9123
by: =?Utf-8?B?SmF5IFBvbmR5?= | last post by:
I am trying to access a Public property on a Master Page from a Base Page. On the content pages I have the MasterType Directive set up as follows: <%@ MasterType virtualpath="~/Master.master" %> On the Master Page I have a public property exposed: Public Property ErrorMessage() As String Get Return txtError.InnerText End Get
5
2705
by: =?Utf-8?B?bXVzb3NkZXY=?= | last post by:
Hi guys I'm trying to make my code as streamlined as possible, and add CSS file references dynamically when they are required, for example, if a page contains a webcontrol, then the related CSS file is added by the webcontrol. This prevents me having to remember to add the CSS file to the page if I use a certain webcontrol. I have a...
0
7707
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7466
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7803
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6036
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5362
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3475
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1926
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1051
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
751
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.