S
SAL
I've googled this but come up empty.
Is it possible to declaritively define the ControlStyle for a DetailsView?
I have a DetailsView skin but when I try this:
<ControlStyle Font-Size=""9pt" />
in my skin, I get the error that ControlStyle is not supported. Am I just
doing it wrong or is this not possible.
If I template every field in my detailsview, it's a pain to have to set the
font size for each field. It seems like I should be able to get it done with
a skin or something.
Here's the skin:
<aspetailsView runat="server" CssClass="DataWebControlStyle">
<AlternatingRowStyle CssClass="AlternatingRowStyle" />
<RowStyle CssClass="RowStyle" />
<HeaderStyle CssClass="HeaderStyle" />
</aspetailsView>
Thanks in advance
S
Is it possible to declaritively define the ControlStyle for a DetailsView?
I have a DetailsView skin but when I try this:
<ControlStyle Font-Size=""9pt" />
in my skin, I get the error that ControlStyle is not supported. Am I just
doing it wrong or is this not possible.
If I template every field in my detailsview, it's a pain to have to set the
font size for each field. It seems like I should be able to get it done with
a skin or something.
Here's the skin:
<aspetailsView runat="server" CssClass="DataWebControlStyle">
<AlternatingRowStyle CssClass="AlternatingRowStyle" />
<RowStyle CssClass="RowStyle" />
<HeaderStyle CssClass="HeaderStyle" />
</aspetailsView>
Thanks in advance
S