Click here to Skip to main content
15,899,313 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSave and Delete Data Pin
Sarfaraj Ahmed6-Mar-09 14:56
Sarfaraj Ahmed6-Mar-09 14:56 
AnswerRe: Save and Delete Data Pin
Yusuf6-Mar-09 16:04
Yusuf6-Mar-09 16:04 
GeneralRe: Save and Delete Data Pin
Sarfaraj Ahmed7-Mar-09 4:10
Sarfaraj Ahmed7-Mar-09 4:10 
GeneralRe: Save and Delete Data Pin
sohighthesky8-Mar-09 22:42
sohighthesky8-Mar-09 22:42 
QuestionMaster page and nested master page Pin
Catfelix6-Mar-09 13:39
Catfelix6-Mar-09 13:39 
AnswerRe: Master page and nested master page Pin
Yusuf6-Mar-09 16:06
Yusuf6-Mar-09 16:06 
AnswerRe: Master page and nested master page Pin
Vasudevan Deepak Kumar6-Mar-09 21:36
Vasudevan Deepak Kumar6-Mar-09 21:36 
QuestionMaster page and nested master page Pin
Catfelix6-Mar-09 13:36
Catfelix6-Mar-09 13:36 
Hi Guys

You have probably heard this question before.

I sit and try to create a Master Page with nested Master Page in

That I had intended is this:

I have a Master Page (globalMaster.Master) which contain the Header and Footer.
In the Master Page I have a nested master of the left menu (leftColumnNav.master) and right menu (RightColumnNav.master)
In addition, I have Content Placeholder for my content.

My problem is that I neither get my left or right menus to show. While the text in the middle (content) is showing fine.

I lists the code (yes is f. ..... long)

What do I do wrong and is there a more clever way to do it.

Themes?


I'm using VS2008

GLOBAL MASTER

]]>




<title>TESTER Masterpage
<asp:contentplaceholder id="head" runat="server" xmlns:asp="#unknown">















<asp:contentplaceholder id="CONTENTPLACEHOLDER1" runat="SERVER" xmlns:asp="#unknown">







<asp:contentplaceholder id="RIGHTCOLUMNNAV" runat="SERVER" xmlns:asp="#unknown">












------------------------

leftColumnNav


]]>

<asp:content id="Content2" contentplaceholderid="leftColumnNav" runat="server" xmlns:asp="#unknown">



<asp:content id="Content3" contentplaceholderid="ContentPlaceHolder1" runat="server" xmlns:asp="#unknown">


----------------------
RightColumnNav


]]>
<asp:content id="Content4" contentplaceholderid="RightColumnNav" runat="server" xmlns:asp="#unknown">

Højre menu


tester






---------------------
This page is used to view the content. Is not a master page but a plain. . aspx

]]>


<asp:content id="Content2" contentplaceholderid="ContentPlaceHolder1" runat="server" xmlns:asp="#unknown">

xxxxx


bla bla bla bla




AnswerRe: Master page and nested master page Pin
Vasudevan Deepak Kumar6-Mar-09 21:35
Vasudevan Deepak Kumar6-Mar-09 21:35 
GeneralRe: Master page and nested master page Pin
Catfelix8-Mar-09 3:55
Catfelix8-Mar-09 3:55 
QuestionProblem with Form and Sessions Pin
AndyASPVB6-Mar-09 12:00
AndyASPVB6-Mar-09 12:00 
AnswerRe: Problem with Form and Sessions Pin
Yusuf6-Mar-09 16:10
Yusuf6-Mar-09 16:10 
GeneralRe: Problem with Form and Sessions Pin
AndyASPVB6-Mar-09 23:04
AndyASPVB6-Mar-09 23:04 
GeneralRe: Problem with Form and Sessions Pin
Yusuf7-Mar-09 3:58
Yusuf7-Mar-09 3:58 
GeneralRe: Problem with Form and Sessions Pin
ian dennis9-Mar-09 13:43
ian dennis9-Mar-09 13:43 
AnswerRe: Problem with Form and Sessions Pin
Dev S7-Mar-09 0:30
Dev S7-Mar-09 0:30 
General[Message Deleted] Pin
keralaman6-Mar-09 9:34
keralaman6-Mar-09 9:34 
GeneralRe: Personal Tutor wanted to teach Microsoft Technologies PinPopular
CPallini6-Mar-09 10:34
mveCPallini6-Mar-09 10:34 
GeneralRe: Personal Tutor wanted to teach Microsoft Technologies Pin
Vasudevan Deepak Kumar6-Mar-09 21:37
Vasudevan Deepak Kumar6-Mar-09 21:37 
GeneralRe: Personal Tutor wanted to teach Microsoft Technologies PinPopular
#realJSOP6-Mar-09 10:41
professional#realJSOP6-Mar-09 10:41 
GeneralRe: Personal Tutor wanted to teach Microsoft Technologies Pin
Pete O'Hanlon6-Mar-09 10:52
mvePete O'Hanlon6-Mar-09 10:52 
GeneralRe: Personal Tutor wanted to teach Microsoft Technologies Pin
Steve Mayfield6-Mar-09 12:14
Steve Mayfield6-Mar-09 12:14 
GeneralRe: Personal Tutor wanted to teach Microsoft Technologies Pin
keralaman6-Mar-09 12:39
keralaman6-Mar-09 12:39 
GeneralRe: Personal Tutor wanted to teach Microsoft Technologies Pin
Yusuf6-Mar-09 13:07
Yusuf6-Mar-09 13:07 
GeneralRe: Personal Tutor wanted to teach Microsoft Technologies Pin
Mycroft Holmes6-Mar-09 13:41
professionalMycroft Holmes6-Mar-09 13:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.