ASP.NET 2.0入门经典2(18)
发布时间:2021-06-06
发布时间:2021-06-06
ASP.NET入门经典
ContentPlaceHolderID="ContentPlaceHolderCorporate">
Research Department
<asp:contentplaceholder
id="ContentPlaceHolderResearch"
runat="server">
</asp:contentplaceholder>
</asp:Content>
下面显示的是Publication.aspx页面的代码(其中只包含了网页的具体内容)。在此只需指定Master页面。这个页面不是Master页面,它位于最底层:
<%@ Page Language="VB"MasterPageFile="~/Research.master"Title="Untitled Page" %>
<asp:Content ID="Content1"
ContentPlaceHolderID="ContentPlaceHolderResearch"
Runat="Server">
Publication text
</asp:Content>
2.3.2 Master页面支持多个内容占位符
到目前为止,本书的示例在Master页面中只使用了一个<asp: ContentPlaceHolder>,在Content页面中也只使用了一个<asp:content>标记。 2.0支持多个内容占位符。但是,
上一篇:初三语文第一学期期末试卷(二)
下一篇:第四章 市场营销环境