DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Tue, 7 Aug 2007 16:43:10 -0300,    posted on: microsoft.public.dotnet.framework.aspnet        back       

Thread Index
  1    Paulo
          2    Jason


dividing master pages   
Hi, how can I divide a master pages in 4 parts? Header, left menu, right 
side (main) and footer? Just like a frame...

On the header will be the a javscript menu, on left a gridview wich the user 
clicks a item will load the details records on the right (main)... and on 
the footer something like a logo....

Is this possible to be done? Using VS 2005 .net 2.0 C#

Any examples?

Thanks a lot!
Date:Tue, 7 Aug 2007 16:43:10 -0300   Author:  

Re: dividing master pages   
Paulo,

You would just need to have a separate <asp:contentplaceholder /> tag
for each section you wanted to fill in later with a WebForm.

Those Webforms in turn would have to have <asp:content /> tags with
ContentPlaceHolderID equal to the ids from the place holder in the
master page.  So if your master page had contentplaceholders with ids
of "header" "main" "menu" and "footer" your webform would have to have
content tags with ContentPlaceHolderIDs of "header" "main" "menu"
"footer"

On Aug 7, 3:43 pm, "Paulo"  wrote:

> Hi, how can I divide a master pages in 4 parts? Header, left menu, right
> side (main) and footer? Just like a frame...
>
> On the header will be the a javscript menu, on left a gridview wich the user
> clicks a item will load the details records on the right (main)... and on
> the footer something like a logo....
>
> Is this possible to be done? Using VS 2005 .net 2.0 C#
>
> Any examples?
>
> Thanks a lot!
Date:Tue, 07 Aug 2007 19:56:10 -0000   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us