GridView gridlines colow

  • Thread starter Thread starter tshad
  • Start date Start date
T

tshad

I have a small GridView that defaults to the gridlines being white.

The problem is that I am setting my background to white.

How do I set the GridLines to "#a6a6a6"?

Thanks,

Tom
 
tshad said:
I have a small GridView that defaults to the gridlines being white.

The problem is that I am setting my background to white.

How do I set the GridLines to "#a6a6a6"?

Really seems like more of an ASP.NET question, not really on-topic here.
But you might find something in the Attributes property for your
GridView control that controls the grid line color.
 
Back
Top