Important properties of HyperLink control
Enabled: disable the hyperlink.
ImageUrl: an image for the hyperlink.
NavigateUrl:URL represented by the hyperlink.
Target: open a new window.
Text: label the hyperlink.
<%@ Page Language="C#" %>
<%@ Import Namespace="System.IO" %>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Show HyperLink