HTML Controls ASP.Net Tutorial

<%@ Page Language="VB" %>

   dim Username as string
   dim Password as string
   dim BackColor as string
   sub Submit(Sender as Object, e as EventArgs)
      Label1.Text = "Username: " & User.Text & _
         "

" & "Password: " & Pass.Text & ""
   end sub
 

   
      
         
            
            
         
         
            
            
         
         
            
            
         
      
Login: 
Password:                    runat="server"/>
                   OnClick="Submit" />