Welcome to mirror list, hosted at ThFree Co, Russian Federation.

otcchild.master « conflicting-nested « masterpages « standalone « Test « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52b620aa6111917f51079806492ca58817ffb2c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<%@ Master Language="C#" MasterPageFile="otc.master" %>

<asp:Content ID="Content1" ContentPlaceHolderID="mainContent" runat="Server">
  <div>
    <asp:ContentPlaceHolder ID="mainContent" runat="server" />
  </div>
  <div>
    <asp:ContentPlaceHolder ID="main2" runat="server" />
  </div>
</asp:Content>

<asp:Content ID="Content2" ContentPlaceHolderID="sideContent" runat="Server">
  <asp:ContentPlaceHolder ID="side1" runat="server" />
</asp:Content>