14 lines
410 B
Plaintext
Raw Normal View History

<%@ 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>