<%@ Page Language="C#" Inherits="System.Web.UI.MobileControls.MobilePage" %> <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %> <Mobile:Form StyleReference="pocketIE" runat="server"> <Mobile:Label Forecolor="darkred" FontStyle="Bold" FontName="Arial" FontSize="small" Text="Access Denied" runat="server" /> <Mobile:TextView AllowPaging="true" FontName="Arial" FontSize="small" runat="server"> Either you are not currently logged in, or you do not have access to this module within the portal. Please contact the portal administrator to obtain access. </Mobile:TextView> </Mobile:Form>