* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Web / Test / mainsoft / MainsoftWebApp / System_Web_UI_WebControls / DataGrid / DataGrid_SortCommandName.aspx
1 <%@ Page Language="c#" AutoEventWireup="false" Codebehind="DataGrid_SortCommandName.aspx.cs" Inherits="GHTTests.System_Web_dll.System_Web_UI_WebControls.DataGrid_SortCommandName" %>
2 <%@ Register TagPrefix="cc1" Namespace="GHTWebControls" Assembly="MainsoftWebApp" %>
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
4 <HTML>
5         <HEAD>
6                 <title>DataGrid_SortCommandName</title>
7                 <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
8                 <meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
9                 <meta content="JavaScript" name="vs_defaultClientScript">
10                 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
11                 <script LANGUAGE="JavaScript">
12         function ScriptTest()
13         {
14             var theform;
15                     if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) {
16                             theform = document.forms["Form1"];
17                     }
18                     else {
19                             theform = document.Form1;
20                     }
21         }
22                 </script>
23         </HEAD>
24         <body>
25                 <form id="Form1" method="post" runat="server">
26                         <cc1:GHTSubTest id="GHTSubTest1" runat="server" Height="96px" Width="553px" DESIGNTIMEDRAGDROP="11">
27                                 <asp:DataGrid id="DataGrid1" runat="server"></asp:DataGrid>
28                         </cc1:GHTSubTest>&nbsp;
29                 </form>
30         </body>
31 </HTML>