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

page.aspx « 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: 676c21d5c99c4a12108eed1ed82d5a15a93dd255 (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="mainContent" ContentPlaceHolderID="mainContent" 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>