Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > dividing master pages

Reply
Thread Tools

dividing master pages

 
 
Paulo
Guest
Posts: n/a
 
      08-07-2007
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!


 
Reply With Quote
 
 
 
 
Jason
Guest
Posts: n/a
 
      08-07-2007
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" <prbs...@uol.com.br> 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!



 
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
2nd Post: VB Master-Details Edit (Separate Pages), Response Redirect to Master Page Databinding Issue... Sam ASP .Net 1 07-20-2006 06:17 PM
VB Master-Details Edit (Separate Pages), Response Redirect to Master Page Databinding Issue... Sam ASP .Net 0 07-20-2006 02:31 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
Master Pages Great! But what about Master User Controls? Electrified Research ASP .Net 5 10-11-2005 02:32 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