Hi
Can any body help me how can I change the header color of the gridview in code behind. I tried
GridView1.Attri butes.Add("Head erStyle-BackColor", "blue");
But its not working.
Can any body help me how can I change the header color of the gridview in code behind. I tried
GridView1.Attri butes.Add("Head erStyle-BackColor", "blue");
But its not working.
Comment