Handling empty widget containers
I'm currently working on a site where there is no guarantee that a widget container (i.e. asp:ContentPlaceholder) will have any widgets.
I'm wondering if it's possible to only display a widget container if it contains widgets?
Example:-
<h2><asp:ContentPlaceHolder ID="heading" runat="server" /></h2>