Set Visible property with server tag in Framework 3.5
I have been working in a .NET Framework 4 project using server tags like <%=whatever %> to set the visibility of runat=”server” controls, like the following:
I have been working in a .NET Framework 4 project using server tags like <%=whatever %> to set the visibility of runat=”server” controls, like the following:
Is there a short way to make a FooterTemplate (in a GridView) always visible, even when DataSource is empty?