Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

i cannot change the headertext color :(

Status
Not open for further replies.

unuktine

Programmer
Sep 15, 2003
9
0
0
RO
hi,

here is my problem :

in a gridview (asp.net 2.0)

when a use SortExpression='xxx' , the text color does't change from blue to white.
when a remove the SortExpression flag, the color changed to white :)

....
<asp:TemplateField SortExpression="xxx" HeaderText="xxx" >
<ItemTemplate>
yyy
</ItemTemplate>
</asp:TemplateField>
...

<HeaderStyle BackColor="Navy" Font-Bold="True" Font-Size="11px" ForeColor="White" />

....

any help ?

10x

D.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top