hi
I use GridLines="Vertical" for gridview now I want change bordercolor of gridlines...
How I Can do it?
Best Regards
Neda
Set the border-color property.
table { border: 1px solid #ccc; border-color: Red; } table th, table td { padding: 5px; border-color: Red; }
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.