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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/Test/standalone/masterpages/otc/page.aspx')
-rw-r--r--mcs/class/System.Web/Test/standalone/masterpages/otc/page.aspx13
1 files changed, 0 insertions, 13 deletions
diff --git a/mcs/class/System.Web/Test/standalone/masterpages/otc/page.aspx b/mcs/class/System.Web/Test/standalone/masterpages/otc/page.aspx
deleted file mode 100644
index 1780df8c9e5..00000000000
--- a/mcs/class/System.Web/Test/standalone/masterpages/otc/page.aspx
+++ /dev/null
@@ -1,13 +0,0 @@
-<%@ 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>