* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Web / Test / mainsoft / MainsoftWebApp / System_Web_UI_WebControls / DataListItem / DataListItem_ItemType.aspx
1 <%@ Register TagPrefix="cc1" Namespace="GHTWebControls" Assembly="MainsoftWebApp" %>
2 <%@ Page Language="c#" AutoEventWireup="false" Codebehind="DataListItem_ItemType.aspx.cs" Inherits="GHTTests.System_Web_dll.System_Web_UI_WebControls.DataListItem_ItemType" %>
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
4 <HTML>
5         <HEAD>
6                 <title>DataListItem_ItemType</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                         <asp:datalist id=DataList1 runat="server" SelectedIndex="3" EditItemIndex="2" DataSource="<%# m_data %>">
27                                 <HeaderTemplate>
28                                         Header
29                                 </HeaderTemplate>
30                                 <FooterTemplate>
31                                         Footer
32                                 </FooterTemplate>
33                                 <ItemTemplate>
34                                         <%#Container.DataItem%>
35                                 </ItemTemplate>
36                                 <SeparatorTemplate>
37                                         Seperator
38                                 </SeparatorTemplate>
39                         </asp:datalist>
40                         <cc1:ghtsubtest id="GHTSubTest1" runat="server" Width="144px" Height="96px" Description="AlternatingItem"></cc1:ghtsubtest>
41                         <cc1:ghtsubtest id="Ghtsubtest2" runat="server" Width="144px" Height="96px" Description="EditItem"></cc1:ghtsubtest>
42                         <cc1:ghtsubtest id="Ghtsubtest3" runat="server" Width="144px" Height="96px" Description="FooterItem"></cc1:ghtsubtest>
43                         <cc1:ghtsubtest id="Ghtsubtest4" runat="server" Width="144px" Height="96px" Description="Header"></cc1:ghtsubtest>
44                         <cc1:ghtsubtest id="Ghtsubtest8" runat="server" Width="144px" Height="96px" Description="Separator"></cc1:ghtsubtest>
45                         <cc1:ghtsubtest id="Ghtsubtest7" runat="server" Width="144px" Height="96px" Description="SelectedItem"></cc1:ghtsubtest>
46                         <cc1:ghtsubtest id="Ghtsubtest6" runat="server" Width="144px" Height="96px" Description="Pager"></cc1:ghtsubtest>
47                         <cc1:ghtsubtest id="Ghtsubtest5" runat="server" Width="144px" Height="96px" Description="Item"></cc1:ghtsubtest></form>
48         </body>
49 </HTML>