Mobile Control ASP.Net

<%@ Page 
    Inherits="System.Web.UI.MobileControls.MobilePage" 
    Language="VB" 
%>
<%@ Register 
    TagPrefix="mobile" 
    Namespace="System.Web.UI.MobileControls" 
    Assembly="System.Web.Mobile" 
%>


    id="StartForm" 
    runat="server">
    runat="server"
    id="lbl1"
    text="Enter your password:"
/>
    runat="server" 
    id="txtPassword"
    password="True"
/>