Mega Code Archive

 
Categories / ASP.Net / Mobile Control
 

Mobile label visibility (VB net)

<%@ Page      Inherits="System.Web.UI.MobileControls.MobilePage"      Language="VB"  %> <%@ Register      TagPrefix="mobile"      Namespace="System.Web.UI.MobileControls"      Assembly="System.Web.Mobile"  %> <script runat="server" language="VB"> </script> <mobile:form      id="StartForm"      runat="server">     <mobile:label          runat="server"          id="lbl3"         text="This text will not be seen."          visible="false"     /> </mobile:form>