K
K B
Hi, I created a simple MasterPage, then created a content page. I've
checked that my MasterPage HTML is correct, but when I run the content
page, I get a blank page in IE. My content page is simply two
placeholders and a label control. TIA, Kit
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master"
AutoEventWireup="false" CodeFile="MainMenu.aspx.vb" Inherits="MainMenu"
title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="cphMenu"
Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="cphMain"
Runat="Server">
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
</asp:Content>
checked that my MasterPage HTML is correct, but when I run the content
page, I get a blank page in IE. My content page is simply two
placeholders and a label control. TIA, Kit
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master"
AutoEventWireup="false" CodeFile="MainMenu.aspx.vb" Inherits="MainMenu"
title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="cphMenu"
Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="cphMain"
Runat="Server">
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
</asp:Content>