%PDF- %PDF-
Direktori : /proc/985914/root/data/old/usr/lib/xsp/test/1.1/webcontrols/ |
Current File : //proc/985914/root/data/old/usr/lib/xsp/test/1.1/webcontrols/web_panel.aspx |
<%@ Page language="C#" %> <%@ Register TagPrefix="mono" TagName="MonoSamplesHeader" src="~/controls/MonoSamplesHeader.ascx" %> <html> <link rel="stylesheet" type="text/css" href="/mono-xsp.css"> <title>Panel with a HyperLink</title> <body><mono:MonoSamplesHeader runat="server"/> <form runat="server"> <asp:Panel id="pan" runat="server" ForeColor="green" Height="100px" Width="150px"> <asp:HyperLink id="hyper" NavigateUrl="http://www.go-mono.com" Text="Mono site" Target="_top" runat="server"/> <p> </asp:Panel> </form> </body> </html>