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

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

<asp:Content ID="main1" ContentPlaceHolderID="main1" Runat="Server">
  <h4>Content1</h4>
</asp:Content>

<asp:Content ID="main2" ContentPlaceHolderID="main2" Runat="Server">
  <h4>Content2</h4>
</asp:Content>

<asp:Content ID="side1" ContentPlaceHolderID="side1" Runat="Server">
  <h4>Content3</h4>
</asp:Content>