The HyperLink control is used to navigate from the client to another page.
<html>
<script language="VB" runat="server">
Sub Page_Load(sender As Object, e As EventArgs)
' Set hyperlink to "~", which indicates application root.
Hyper...