HTML Control ASP.Net

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

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



Displaying an Image through the HTMLImage Control



    id="Image1"
    runat="Server"
    src="http://www.rntsoft.com/style/download.png"
>



    id="Image2"
    runat="Server"
    src="http://www.rntsoft.com/style/download.png"
    alt="Picture of a button."
    border="4"
>



    id="Image3"
    runat="Server"
    src="http://www.rntsoft.com/style/download.png"
    width="300"
    height="300"
>