网站新建母版页之后,需要用到母版统一风格的页面在顶部需要这么写:
<%@page languege="c#" masterpagefile="~/masterpage.master" autoeventwireup="true" codefile="....cs" inherits="..." %>
就是在正常的页面中加入一个 masterpagefile="~/masterpage.master"
在每个需要母版的页面中,所有的内容必须在asp:Content这个容器里面:
<asp:Content id=... contentplaceholderid="..." runat="server">
//内容
</asp:Content>
浙公网安备 33010602011771号