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/TableStyle/TableStyle_CellPadding.aspx')
-rw-r--r--mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/TableStyle/TableStyle_CellPadding.aspx78
1 files changed, 0 insertions, 78 deletions
diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/TableStyle/TableStyle_CellPadding.aspx b/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/TableStyle/TableStyle_CellPadding.aspx
deleted file mode 100644
index 27e245d94f3..00000000000
--- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/TableStyle/TableStyle_CellPadding.aspx
+++ /dev/null
@@ -1,78 +0,0 @@
-<%@ Register TagPrefix="cc1" Namespace="GHTWebControls" Assembly="MainsoftWebApp" %>
-<%@ Page Language="c#" AutoEventWireup="false" Codebehind="TableStyle_CellPadding.aspx.cs" Inherits="GHTTests.System_Web_dll.System_Web_UI_WebControls.TableStyle_CellPadding" %>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
- <HEAD>
- <title>TableStyle_CellPadding</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">
- <P>
- <cc1:GHTSubTest id="GHTSubTest1" runat="server" Height="144px" Width="176px">
- <asp:Table id="Table1" runat="server" Height="56px" Width="88px">
- <asp:TableRow>
- <asp:TableCell Text="aaaaa"></asp:TableCell>
- <asp:TableCell Text="aaa"></asp:TableCell>
- <asp:TableCell Text="aaaa"></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow>
- <asp:TableCell>bbbbbb</asp:TableCell>
- <asp:TableCell>bbbbbbbb</asp:TableCell>
- <asp:TableCell>bbbbbbbbbb</asp:TableCell>
- <asp:TableCell>bbbbbbbbbbbb</asp:TableCell>
- </asp:TableRow>
- </asp:Table>
- </cc1:GHTSubTest></P>
- <P>
- <cc1:GHTSubTest id="GHTSubTest2" runat="server" Height="144px" Width="176px">
- <asp:Table id="Table2" runat="server" Height="56px" Width="88px">
- <asp:TableRow>
- <asp:TableCell Text="aaaaa"></asp:TableCell>
- <asp:TableCell Text="aaa"></asp:TableCell>
- <asp:TableCell Text="aaaa"></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow>
- <asp:TableCell>bbbbbb</asp:TableCell>
- <asp:TableCell>bbbbbbbb</asp:TableCell>
- <asp:TableCell>bbbbbbbbbb</asp:TableCell>
- <asp:TableCell>bbbbbbbbbbbb</asp:TableCell>
- </asp:TableRow>
- </asp:Table>
- </cc1:GHTSubTest></P>
- <P>
- <cc1:GHTSubTest id="GHTSubTest3" runat="server" Height="144px" Width="176px">
- <asp:Table id="Table3" runat="server" Height="56px" Width="88px">
- <asp:TableRow>
- <asp:TableCell Text="aaaaa"></asp:TableCell>
- <asp:TableCell Text="aaa"></asp:TableCell>
- <asp:TableCell Text="aaaa"></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow>
- <asp:TableCell>bbbbbb</asp:TableCell>
- <asp:TableCell>bbbbbbbb</asp:TableCell>
- <asp:TableCell>bbbbbbbbbb</asp:TableCell>
- <asp:TableCell>bbbbbbbbbbbb</asp:TableCell>
- </asp:TableRow>
- </asp:Table>
- </cc1:GHTSubTest></P>
- </form>
- <br>
- <br>
- </body>
-</HTML>