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="list1"
    decoration="Numbered"
    itemsaslinks="True"
>
            value="http://www.rntsoft.com"
        text="rntsoft"
    />
            value="http://www.yahoo.com"
        text="Yahoo"
    />
            value="http://www.microsoft.com"
        text="Microsoft"
    />