random content pages shown, but never both
am 01.04.2008 22:35:31 von qa4ever
I'm a newbie on VS 2008 .NET
I have created one master page and two content pages. The problem is that
either the Head (i.e the menu) is displayed or the Main (with contain a
datalist etc. ).
The probablity appears to be fifty-fifty and random. I never see both two,
which I had expect.
There is no design nor runtime error.
Menu
or
Main
....but not ....
Menu
Main
Is there any known bug in the .net asp framework in this area?
<%@ Master Language="C#" AutoEventWireup="true"
CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
TV-Shoppen
....
Whole menu.aspx
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master"
AutoEventWireup="true" CodeFile="Menu.aspx.cs" Inherits="Default2"
Title="Content Page Menu"%>
Start of default.aspx
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master"
AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default"
Title="Content Page Body"%>
.....
Thank you,
/qa4ever
Re: random content pages shown, but never both
am 07.04.2008 14:54:46 von qa4ever
Appreciate if somebody could answer.
/qa4ever
"qa4ever" wrote in message
news:uTHgufDlIHA.464@TK2MSFTNGP02.phx.gbl...
> I'm a newbie on VS 2008 .NET
>
> I have created one master page and two content pages. The problem is that
> either the Head (i.e the menu) is displayed or the Main (with contain a
> datalist etc. ).
> The probablity appears to be fifty-fifty and random. I never see both two,
> which I had expect.
> There is no design nor runtime error.
>
> Menu
> or
> Main
>
> ...but not ....
>
> Menu
> Main
>
>
> Is there any known bug in the .net asp framework in this area?
>
> <%@ Master Language="C#" AutoEventWireup="true"
> CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
>
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>
>
> TV-Shoppen
>
>
>
> ...
>
>
> Whole menu.aspx
> <%@ Page Language="C#" MasterPageFile="~/MasterPage.master"
> AutoEventWireup="true" CodeFile="Menu.aspx.cs" Inherits="Default2"
> Title="Content Page Menu"%>
>
>
>
>
>
>
>
>
>
>
> Start of default.aspx
> <%@ Page Language="C#" MasterPageFile="~/MasterPage.master"
> AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default"
> Title="Content Page Body"%>
>
>
> ....
>
>
> Thank you,
> /qa4ever