Table Control

J

JB

I'm using the Table Control and it seems to like to set a border="0" where
and how can I get this to leave?

JB
 
C

coleenholley

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.

HTH - Coleen
 
J

JB

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
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.
HTH - Coleen
Community Website: http://www.dotnetjunkies.com/newsgroups/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,525
Members
44,997
Latest member
mileyka

Latest Threads

Top