9 lines
299 B
Plaintext
Raw Normal View History

<%@ Page Language="C#" %>
<html>
<body>
<asp:hyperlink navigateurl="~/myurl" text="blah" runat="server" />
<asp:hyperlink imageurl="~/myimage.png" navigateurl="~/myurl" text="blah" runat="server" />
<asp:hyperlink navigateurl="http://www.novell.com" text="blah" runat="server" />
</body>
</html>