母版页应用

Posted on 2013-06-08 21:45  KathyStone  阅读(132)  评论(0)    收藏  举报

网站新建母版页之后,需要用到母版统一风格的页面在顶部需要这么写:

<%@page languege="c#"  masterpagefile="~/masterpage.master" autoeventwireup="true" codefile="....cs" inherits="..." %>

就是在正常的页面中加入一个 masterpagefile="~/masterpage.master"

在每个需要母版的页面中,所有的内容必须在asp:Content这个容器里面:

<asp:Content id=... contentplaceholderid="..." runat="server">

//内容

</asp:Content>

 

博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3