You can change it in the properties of the table control - just delete the 0 from the properties, or you can go into the HTML and remove the statement :
<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="300" border="0">
Just delete the border="0" statement. You can do this whether you are using an HTML or and ASP table.
Sorry I should describe more, I'm using the Table Control only in Code
behind. So I have a table with no attributes at all defined and It still
spits out the border of "0".
even if I do some thing like tblCtrl.Attributes.Clear();
?????
You can change it in the properties of the table control - just delete the