Asp Control ASP.Net

<%@ Page Language=VB Debug=true %>

Sub Page_Load(ByVal Sender as Object, ByVal E as EventArgs)
End Sub
Sub SubmitBtn_Click(Sender As Object, E As EventArgs)
End Sub



Displaying a Graphic on a HyperLink Control


    id="hypMS"
    runat="server"
    text="Click to connect to www.rntsoft.com"
    imageurl="http://www.rntsoft.com/style/logo.png"
    navigateurl="http://www.rntsoft.com"
    target="_blank"
/>