lonechicken
Programmer
For something like below, the BorderWidth only sets the size of the border around the table that gets generated. How do I set the size of the borders between the cells inside the table?
<asp
ataGrid
id="grWishlist"
runat="server"
AutogenerateColumns="False"
BorderWidth="4"
BorderColor="#666666"
BorderStyle="OutSet"
Width="100%">
...
</asp
ataGrid>
<asp
id="grWishlist"
runat="server"
AutogenerateColumns="False"
BorderWidth="4"
BorderColor="#666666"
BorderStyle="OutSet"
Width="100%">
...
</asp