G
Guest
I am trying to move all page attributes to a Theme skin file but can't set the
Font-Size for a GridView Button. Anyone know how?
<asp:GridView ....
<asp:CommandField ButtonType="Button">
<ControlStyle Font-Size="X-Small" />
</asp:CommandField>
</asp:GridView>
Font-Size for a GridView Button. Anyone know how?
<asp:GridView ....
<asp:CommandField ButtonType="Button">
<ControlStyle Font-Size="X-Small" />
</asp:CommandField>
</asp:GridView>