S
sck10
Hello,
I have the following for a GridView. How do you break the HeaderText into
two lines. I tried using:
HeaderText="Revenue <br /> Impact", but that doesn't work. Any help would
be appreciated.
--
Thanks in advance,
sck10
<asp:BoundField DataField="RevenueImpactType"
HeaderText="Revenue Impact"
SortExpression="RevenueImpactType"
ItemStyle-HorizontalAlign="Left"
ItemStyle-VerticalAlign="Top"
ItemStyle-Width="15%"
FooterStyle-BorderWidth="0" />
I have the following for a GridView. How do you break the HeaderText into
two lines. I tried using:
HeaderText="Revenue <br /> Impact", but that doesn't work. Any help would
be appreciated.
--
Thanks in advance,
sck10
<asp:BoundField DataField="RevenueImpactType"
HeaderText="Revenue Impact"
SortExpression="RevenueImpactType"
ItemStyle-HorizontalAlign="Left"
ItemStyle-VerticalAlign="Top"
ItemStyle-Width="15%"
FooterStyle-BorderWidth="0" />