UrlProperty.aspx 594 B

1234567891011121314151617
  1. <%@ Page Language="C#" AutoEventWireup="true" Theme="Theme1" Codebehind="MyPage.aspx.cs" Inherits="MyPage" %>
  2. <%@ Register Src="~/UrlProperty.ascx" TagName="UrlProperty" TagPrefix="uc1" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" >
  5. <head>
  6. <title>UrlProperty test</title>
  7. </head>
  8. <body>
  9. <form id="form1" runat="server">
  10. <div>
  11. <uc1:UrlProperty ID="WebUserControl1" runat="server"/>
  12. </div>
  13. </form>
  14. </body>
  15. </html>