Visible = false


/ Published in: ASP
Save to your folder(s)

Sometimes you gotta hide stuff without messing with the code behind


Copy this code and paste it in your HTML
  1. <asp:Label ID="lblEditCorpBody" AssociatedControlID="chkEditCorpBody" runat="server"
  2. EnableViewState="false" visible="false" />

Report this snippet


Comments


You need to login to view comments.