Re: Change Content page from Master page
- From: "Murray" <mdweingarten@xxxxxxxxx>
- Date: Thu, 3 Jul 2008 22:43:56 -0400
Let's say my menu bar on the master page has 3 items - just to give them
names: Page1, Page2, and Google
Page1 and Page2 refer to aspx pages that are content pages using my
MasterPage. When I click on them, I Response.Redirect to Page1.aspx or
Page2.aspx. No problem there. I still have my menu bar at the top of the
page, and the page content below it.
However, I want to be able to click on Google and go, for example, to the
google.com web site, still showing my menu bar at the top of the page, with
google.com below it. Is there a simple way to do that? I can easily redirect
to google.com, but then my menu bar is gone, and I have to use the 'Back'
button on my browser to get back to it. When I used Microsoft FrontPage to
create a web page, I could designate a particular frame to display
google.com instead of re-drawing the entire page. I don't see how to
accomplish the equivalent in ASP.NET
Once again, thanks for taking the time to help
"Murray" <mdweingarten@xxxxxxxxx> wrote in message news:O6KmVMQ3IHA.5112@xxxxxxxxxxxxxxxxxxxxxxx
Forgive me if this question is too basic, but I'm new to ASP.NET programming, and I can't locate a simple answer to this question.
I have a web page that consists of a Master Page and a single contentplaceholder.
The master page has a menu bar in it.
How do I change the web page that is displayed in the contentplaceholder when I click on a menu item on the master page?
It seems like this should be pretty basic, but I can't discover how to do this.
Thanks for any help
.
- Follow-Ups:
- Re: Change Content page from Master page
- From: Cor Ligthert[MVP]
- Re: Change Content page from Master page
- References:
- Change Content page from Master page
- From: Murray
- Change Content page from Master page
- Prev by Date: Re: What's the VB9 equivalent for this code
- Next by Date: Re: .INI in VB.Net?
- Previous by thread: Re: Change Content page from Master page
- Next by thread: Re: Change Content page from Master page
- Index(es):
Relevant Pages
|