Wed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / System.Web / Test / mainsoft / NunitWebResources / CheckBoxList_Bug377703_1.aspx
1 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MyPage.aspx.cs" Inherits="MyPage" %>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head><title>Bug #377703 part 1</title></head>
5 <body>
6 <form runat="server" id="form1">
7 <%= MonoTests.stand_alone.WebHarness.HtmlDiff.BEGIN_TAG %><asp:CheckBoxList id="cbxl1" runat="server"/><%= MonoTests.stand_alone.WebHarness.HtmlDiff.END_TAG %>
8 <asp:Button runat="server" Text="Click me twice to have the first Item become empty"/>
9 </form>
10 </body>
11 </html>
12