* XmlDataSourceTest.cs: fixed aspx based tests
[mono.git] / mcs / class / System.Web / Test / mainsoft / NunitWebResources / Theme1.skin
1 <%--
2 Default skin template. The following skins are provided as examples only.
3 --%>
4
5 <asp:label runat="server" BackColor ="black"></asp:label>
6 <asp:label runat="server" skinID="red"    BackColor ="red"></asp:label>
7 <asp:label runat="server" skinID="yellow" BackColor ="yellow"></asp:label>
8
9 <asp:Image runat="server" ImageUrl="myimageurl" />
10 <asp:Image runat="server" SkinID="red" ImageUrl="myredimageurl" />
11 <asp:Image runat="server" SkinID="yellow" ImageUrl="myyellowimageurl" />
12
13
14 <%@ Register Src="~/UrlProperty.ascx" TagName="UrlProperty" TagPrefix="UrlProp" %>\r
15 \r
16 <UrlProp:UrlProperty runat="server" Property1="testProp1" UrlProperty2="testProp2" />