Page Lifecycle ASP.Net Tutorial

<%@ Page language="C#" %>

   void Page_Load(object sender, EventArgs e)
   {
       if (!IsPostBack)
           this.SetFocus("Pswd");
   }



    Focus to the control


    
        
            

Please, login


            

User


            
            

Password