2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / class / System.Web / Test / mainsoft / NunitWebResources / ServerControlInClientSideComment.aspx
1 <%@ Page Language = "C#" %>
2
3 <html><head><title>Bug 517656</title><head><body>
4 <p>ASP.NET repeater control to follow...</p>
5 <asp:Repeater id="censusRepeater" runat="server">
6         <HeaderTemplate />
7         <ItemTemplate>
8         <tr>
9                 <td><asp:Label id="idLabel" runat="server" /></td>
10                 <td>
11                         <asp:TextBox id="birthBox" runat="server" />
12                 </td>
13                 <!-- We do not ask if you are married
14                 <td>
15                         <asp:radiobuttonlist id="spouseRadioButtonList" runat="server">
16                                 <asp:listitem id="Married" runat="server" value="Yes" />
17                                 <asp:listitem id="Single" runat="server" value="No" />
18                         </asp:radiobuttonlist>
19                         <asp:Checkbox id="marriedCheckbox" runat="server" />
20                         </td>
21                         -->
22                         <td>
23                                 <asp:TextBox id="spouseBirthBox" runat="server" />
24                         </td>
25                         <td>
26                                 <asp:DropDownList id="childrenDropDownList" runat="server">
27                                         <asp:listitem>0</asp:listitem>
28                                         <asp:listitem>1</asp:listitem>
29                                         <asp:listitem>2+</asp:listitem>
30                                 </asp:DropDownList>
31                         </td>
32         </tr>
33         </ItemTemplate>
34         <FooterTemplate />
35 </asp:Repeater>
36 </body></html>