关于页面显示的问题
TableRow f= new TableRow();
TableCell g = new TableCell();
f.Cells.Add(g);
this.Table3.Rows.Add(f);
f.BackColor=System.Drawing.Color.FromName( "#eeeeee ");
g.Text= " </td> <td width=5%> 类别 </td> <td width=15%> 书名 ";
显示的时候,灰色背景栏中,空格和类别还有书名这三个TD之间会有一白横..
但是我希望做成整个tablerow的的颜色都是灰色,只有字体是黑色
~
------解决方案-------------------- <asp:Table ID= "Table3 " runat= "server " CellSpacing= "0 "> </asp:Table>