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/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/BoundColumn/BoundColumn_ctor_.aspx')
-rw-r--r--mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/BoundColumn/BoundColumn_ctor_.aspx40
1 files changed, 0 insertions, 40 deletions
diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/BoundColumn/BoundColumn_ctor_.aspx b/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/BoundColumn/BoundColumn_ctor_.aspx
deleted file mode 100644
index 2e09090ad2f..00000000000
--- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/BoundColumn/BoundColumn_ctor_.aspx
+++ /dev/null
@@ -1,40 +0,0 @@
-<%@ Register TagPrefix="cc1" Namespace="GHTWebControls" Assembly="MainsoftWebApp" %>
-<%@ Page Language="c#" AutoEventWireup="false" Codebehind="BoundColumn_ctor_.aspx.cs" Inherits="GHTTests.System_Web_dll.System_Web_UI_WebControls.BoundColumn_ctor_" %>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
- <HEAD>
- <title>BoundColumn_ctor_</title>
- <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
- <meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- <script LANGUAGE="JavaScript">
- function ScriptTest()
- {
- var theform;
- if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) {
- theform = document.forms["Form1"];
- }
- else {
- theform = document.Form1;
- }
- }
- </script>
- </HEAD>
- <body>
- <form id="Form1" method="post" runat="server">
- <cc1:ghtsubtest id="GHTSubTest1" runat="server" Height="120px" Width="553px">
- <asp:DataGrid id="DataGrid1" runat="server" AutoGenerateColumns="False"></asp:DataGrid>
- </cc1:ghtsubtest>
- <cc1:ghtsubtest id="Ghtsubtest2" runat="server" Height="120px" Width="553px">
- <asp:DataGrid id="DataGrid2" runat="server" AutoGenerateColumns="False">
- <Columns>
- <asp:BoundColumn DataField="ID"></asp:BoundColumn>
- <asp:BoundColumn DataField="Name"></asp:BoundColumn>
- <asp:BoundColumn DataField="Company"></asp:BoundColumn>
- </Columns>
- </asp:DataGrid>
- </cc1:ghtsubtest>
- </form>
- </body>
-</HTML>