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="lbl2"
        text="This text will scroll off the screen." 
        forecolor="Green"
        alignment="Left"
        font-name="Times New Roman"
        font-italic="true"
        wrapping="NoWrap"
    />