Wed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / System.Web / Test / mainsoft / NunitWebResources / CheckBoxList_Bug377703_2.aspx
1 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MyPage.aspx.cs" Inherits="MyPage" %>
2 <script runat="server">
3 void ToggleCbxl2(object o, EventArgs a)
4 {
5     cbxl2.Enabled = !cbxl2.Enabled;
6 }
7 </script>
8 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
9 <html xmlns="http://www.w3.org/1999/xhtml">
10 <head><title>Bug #377703 part 2</title></head>
11 <body>
12 <form runat="server">
13 <%= MonoTests.stand_alone.WebHarness.HtmlDiff.BEGIN_TAG %><asp:CheckBoxList id="cbxl2" runat="server"/><%= MonoTests.stand_alone.WebHarness.HtmlDiff.END_TAG %>
14 <asp:Button runat="server" Text="Click to toggle enable status above" OnClick="ToggleCbxl2" />
15 <asp:Button runat="server" Text="Click to refresh page"/>
16 </form>
17 </body>
18 </html>