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/da9a597b6df9f8ac3ad71e3ed69648fb to your computer and use it in GitHub Desktop.
Save hermanussen/da9a597b6df9f8ac3ad71e3ed69648fb to your computer and use it in GitHub Desktop.
<asp:PlaceHolder runat="server" Visible="<%# SomeProperty != null %>">
<p>Normal placeholder - <%# SomeProperty.Name %></p>
</asp:PlaceHolder>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment