CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 10/10/2006 10:01:47 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 4 Views: 17 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
5 Items, 1 Pages 1 |< << Go >> >|
minority2000uk
Asp.Net User
nested master pages left centre and right. all different aspx pages.10/10/2006 10:01:47 PM

0/0

Hi

I was wondering if someone could tell me if this is possible.

To have nested pages. header, left content, content, right content and footer master pages.

the header and the footer will be the same all of the time.

However since the right content is always the same (eg server status, news etc) I would prefer to have the server status, news etc in different aspx pages which fill up ...but not sure if it possible or if it would even show on the end page.

or would it be best to have a single master page since header and footer stay same.  and then for the left content....have my three content holder and on the aspx page referance ascx page which hold the the code for retrieving server information and just do the following for each of the three content place holders? Like so

<contentplaceholder id="left1" > 

<serverinfo id="server" /> 

</contentplaceholder />

 

My only issue with this is that it is not dynamic which means I have to place the surounding images for the border for each of my blocks

I be greatful for any experience anyone has had or could give on this as I am not sure if you can create ascx pages to do the following.

minority2000uk
Asp.Net User
Re: nested master pages left centre and right. all different aspx pages.10/12/2006 12:24:35 PM

0/0

no one got any answers for me?
SvDeursen
Asp.Net User
Re: nested master pages left centre and right. all different aspx pages.10/12/2006 5:05:35 PM

0/0

If I understand correctly, best is to build one Master Page that contains a header, footer, tree navigation (left content), content placeholder for the main content and a user control (ascx) for the right content. Now you can place your content in different .aspx files and your server status in a user control.

You can learn more about master pages in this How Do I Video on Master Pages and more in depth information in this OdeToCode article by Scott Allan.

Good luck.


My blog
minority2000uk
Asp.Net User
Re: nested master pages left centre and right. all different aspx pages.10/13/2006 12:13:07 PM

0/0

thanks for the reply....

 

that is pretty much what I thought would be required.

Is there a performace hit from using server control ascx files? As I could be using two or three of them...to display database data...and server status.

SvDeursen
Asp.Net User
Re: nested master pages left centre and right. all different aspx pages.10/13/2006 4:27:49 PM

0/0

Everything costs. However a user control (ascx) is compiled by asp.net at runtime (and cached), so that won't be much of a problem. A user control can make maintaining your website easier, so I think this is even of more importance. But when performance is really a big issue I advice you to messure your site it under heavy load (stress test it).

Good luck.
 


My blog
5 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
nested master pages left centre and right. all different aspx ... nested master pages left centre and right. all different aspx pages. Last post 10-13-2006 12:27 PM by SvDeursen. 4 replies. Sort Posts: ...
Master Pages In ASP.NET 2.0 Jul 18, 2005 ... The ASPX web forms we use to put content into master pages are plain .... in with web forms addressing the IDs of the nested master page. ...
Walkthrough: Using Nested Master Pages in ASP.NET To see the nested master pages in action, you have to create an ASP. ... Add text or page elements to the left or right column Content controls. ...
CodeProject: Inheritance and Nested Master Pages. Free source code ... Inheritance and Nested Master Pages. By Bobac An article is about editing inherited properties of top level master page from .aspx code, C# 2.0, C#, ...
Master Pages in ASP.Net 2.0 - An Advanced Look Using master pages, we can place all these elements and define the layout ..... This restriction makes sense, since different Master Pages will result in ...
Felix Colibri- Asp.Net 2.0 Master Pages Oct 20, 2007 ... and drag it into the center left menu area of MasterPage1 ..... using relative pathes; nested Master Pages; dynamic Master Pages ...
How to deal with different client resolution? page, the master page contains left and right div I talked above. .... how to use atlas with existing aspx pages? ...
Web Site Consistency Made Easy with ASP.NET 2.0 Master Pages When I discuss nesting Master Pages below, I'll explain this example further. ... Effectively, that means all *.aspx pages in the application directory will ...
Creating a Site-Wide Layout Using Master Pages : The Official ... We will look at using nested master pages in a future tutorial. .... a site layout where all pages share: a common header; a left column with navigation, ...
Heather's Base Master Page File for SharePoint 2007 (this is where I was thinking about using nested master pages for the sites under my .... How am I able to use different masterpage for different contents? ...




Search This Site:










portal 0 deleted

printing variables directly in html

minor version upgrade?

still new to vs 2005 n hav 1 folder issue

dnn only works with localhost

interface problem. please can someone help with this. thanks

windows authentication

performance question

javascript errors using asp.net menus

sql database question

image galleries

custom membership provider problem

master page control code

not able to add com components

load a picture

parser error

sql server 2005 express edition hosting!!!!!!!!!!!!

help adding onclick to asp:radiobuttonlist

problem with formviewadapter

email_user_registration_verified_body?

active directory login with custom roles

copying a dnn environment

my connection string n windows hosting - few answers needed

windows media player

beta expiration

"multiple controls with the same id 'ctr' were found" error on web farm

setting the master page static

login password validation question

execute file (open file)

adding css styles to freetextbox

 
All Times Are GMT