Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello !!

I have a Gridview on my Webpage. its working fine

But I want to change the header text color of Gridview.

Please help

Thanks
Posted

1 solution

just place the tag under your GridView TemplateField
<HeaderStyle CssClass="GridviewTable_headerStatus" />
then write the color property of the class GridviewTable_headerStatus in style sheet
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900