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/bb0343dcf30e59609a1c0d4eb7fae394 to your computer and use it in GitHub Desktop.
Save hermanussen/bb0343dcf30e59609a1c0d4eb7fae394 to your computer and use it in GitHub Desktop.
<cl:DataPlaceHolder runat="server" Visible="<%# SomeProperty != null %>">
<p>Custom control that disables databinding children if invisible - <%# SomeProperty.Name %></p>
</cl:DataPlaceHolder>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment