Merge pull request #1345 from mattleibow/websocket-continuation-frame-fix
[mono.git] / mcs / class / System.Web / Test / mainsoft / NunitWebResources / ValidPropertyBind5.aspx
1 <%@ Page Language="C#" 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 <%@ Register TagPrefix="uc1" TagName="ReadWritePropertyControl" Src="ReadWritePropertyControl.ascx" %>
5
6 <html xmlns="http://www.w3.org/1999/xhtml" >
7     <head>
8         <title>UrlProperty test</title>
9     </head>
10 <body>
11     <form id="form1" runat="server">
12     <asp:FormView runat="server" ID="fv1" DataSourceID="DataSource1" BackColor="White" BorderColor="#DEDFDE" BorderStyle="None" BorderWidth="1px" CellPadding="4" ForeColor="Black" GridLines="Vertical" >
13     <ItemTemplate>
14     <uc1:ReadWritePropertyControl runat="server" ID="wuc1" ReadWriteProperty2='<%# Bind("Data", "ValidPropertyBind5.aspx?Data={0}") %>' />
15     </ItemTemplate>
16     </asp:FormView>
17     <asp:ObjectDataSource ID="DataSource1" runat="server" TypeName="MonoTests.System.Web.Compilation.BindTestDataSource" SelectMethod="GetData" />
18     </form>
19 </body>
20 </html>