I'm making use of a standard GridView control (in ASP.Net with C# code).
I want vertical grid lines - however when I set the GridLines property (for the GridView control) to either 'Vertical' or 'Both' - the resultant vertical line is only faint (possibly a light blue thin line).
How can you format the vertical line in a GridView control (bearing in mind I do not want horizontal lines)?
Can this be done easily?
Thanks in advance.
Steve
I want vertical grid lines - however when I set the GridLines property (for the GridView control) to either 'Vertical' or 'Both' - the resultant vertical line is only faint (possibly a light blue thin line).
How can you format the vertical line in a GridView control (bearing in mind I do not want horizontal lines)?
Can this be done easily?
Thanks in advance.
Steve