* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Web / Test / mainsoft / MainsoftWebApp / System_Web_UI_WebControls / RadioButton / RadioButton_ctor.aspx
1 <%@ Page Language="c#" AutoEventWireup="false" Codebehind="RadioButton_ctor.aspx.cs" Inherits="GHTTests.System_Web_dll.System_Web_UI_WebControls.RadioButton_ctor" %>
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>RadioButton_GroupName</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 MS_POSITIONING="GridLayout">
25                 <form id="Form1" method="post" runat="server">
26                         <cc1:GHTSubTest id="GHTSubTest1" style="Z-INDEX: 101; LEFT: 16px; POSITION: absolute; TOP: 15px"
27                                 runat="server" Width="136px" Height="24px">
28                                 <asp:RadioButton id="RadioButton1" runat="server"></asp:RadioButton>
29                         </cc1:GHTSubTest>
30                         <cc1:GHTSubTest id="GHTSubTest2" style="Z-INDEX: 107; LEFT: 16px; POSITION: absolute; TOP: 64px"
31                                 runat="server" Height="24px" Width="136px">
32                                 <asp:RadioButton id="RadioButton7" runat="server" GroupName="" Text="textext"></asp:RadioButton>
33                         </cc1:GHTSubTest>
34                 </form>
35                 <br>
36                 <br>
37         </body>
38 </HTML>