Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hermanussen/8a92df2ab9e171f14ce9f726309d1a32 to your computer and use it in GitHub Desktop.
Save hermanussen/8a92df2ab9e171f14ce9f726309d1a32 to your computer and use it in GitHub Desktop.
<asp:PlaceHolder runat="server" Visible="<%# SomeProperty != null %>">
<p>Normal placeholder - <%# SomeProperty != null ? SomeProperty.Name : null %></p>
</asp:PlaceHolder>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment