HTML Control ASP.Net

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

Sub SubmitBtn_Click(Source As Object, E as EventArgs)
    MyMessage.InnerHTML = "Hello " & YourName.Value
End Sub



Displaying a Graphic on an HTMLButton Control



    id="MyMessage"
    runat=server
>
    

    
Name: 

    id="YourName"
    runat="server"
    type="text"
>





    id="Button1"
    runat="server"
    onserverclick="SubmitBtn_Click" 
>
            src="http://www.rntsoft.com/style/download.png" 
    />