Merge pull request #1345 from mattleibow/websocket-continuation-frame-fix
[mono.git] / mcs / class / System.Web / Test / mainsoft / NunitWebResources / FormViewTest1.aspx
1 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MyPage.aspx.cs" Inherits="MyPage" %>
2
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5 <html xmlns="http://www.w3.org/1999/xhtml" >
6 <head runat="server">
7     <title>Untitled Page</title>
8 </head>
9 <body>
10     <form id="form1" runat="server">
11     <div>
12         <asp:ObjectDataSource ID="ObjectDataSource1" runat="server"
13             DeleteMethod="DeleteList" InsertMethod="InsertList" SelectMethod="GetMyList"
14             TypeName="MonoTests.System.Web.UI.WebControls.TestMyData" UpdateMethod="UpdateList">
15             <DeleteParameters>
16                 <asp:Parameter Name="value" Type="Int32" />
17             </DeleteParameters>
18             <InsertParameters>
19                 <asp:Parameter Name="value" Type="Int32" />
20             </InsertParameters>
21             <UpdateParameters>
22                 <asp:Parameter Name="index" Type="Int32" />
23                 <asp:Parameter Name="value" Type="Int32" />
24             </UpdateParameters>
25         </asp:ObjectDataSource>
26         <%= MonoTests.stand_alone.WebHarness.HtmlDiff.BEGIN_TAG %><asp:FormView ID="FormView1" runat="server" AllowPaging="True" BackColor="#DEBA84"
27             BorderColor="#DEBA84" BorderStyle="None" BorderWidth="1px" CellPadding="3" CellSpacing="2"
28             DataSourceID="ObjectDataSource1" GridLines="Both">
29             <FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
30             <EditRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="White" />
31             <RowStyle BackColor="#FFF7E7" ForeColor="#8C4510" />
32             <PagerStyle ForeColor="#8C4510" HorizontalAlign="Center" />
33             <ItemTemplate>
34                 <asp:Label ID="Label1" runat="server" Text="<%# FormView1.DataItem.ToString() %>"></asp:Label>
35             </ItemTemplate>
36             <HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White" />
37         </asp:FormView><%= MonoTests.stand_alone.WebHarness.HtmlDiff.END_TAG %>
38     </div>
39     </form>
40 </body>
41 </html>
42 endtest