Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Master Page

Reply
Thread Tools

Master Page

 
 
Ben Schumacher
Guest
Posts: n/a
 
      08-25-2006
I have a master page (document.master) that display a heading on top of the
page and a menu down the left side of the page. The middle of the page is
where is have my one and only contentplaceholder. I create a content page
(document.aspx) and set the MasterPageFile to document.master.

Inside the document.aspx I have this ...

<asp:Content ID="Content1" ContentPlaceHolderID="PageDetail" Runat="Server">
<iframe ID="PageUrl" Name="PageUrl" runat="server" />
</asp:Content>

As the user makes selections in the menu that is located on the
document.master, I change the PageUrl url property iframe to display the
appropriate page (framepage.aspx). What I'm trying to do is save the data
from the page in the iframe (framepage.aspx) from within the document.master
page after the different menu items have been clicked, but before i navigate
the user to the next page that they have clicked on. Any ideas how i can
push that data from the framepage.aspx to the document.master. Or maybe
even from the frampage.aspx to the document.aspx to the document.master.
All the pages that display in the iframe are independent pages with no
association to a master page.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Access Master Page Controls from page.aspx doesn't inherit from master SerpentKiss2010 ASP .Net 0 04-06-2011 02:46 PM
Setting the value of a Master page's control's property using a property of the Master page Nathan Sokalski ASP .Net 25 03-04-2010 03:42 AM
Can a master page be built from another master page Zeba ASP .Net 1 02-22-2007 10:55 AM
Cross Page Post Back When Using Mixture of Master Pages and Non-Master Pages Jason@webbit.com ASP .Net 1 05-16-2006 02:00 PM
seeking servlet "Master" keep getting "Master/servlet/Master" not found. Tomcat 5.0.25 Doug McCann Java 1 08-05-2004 09:16 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57