如何在服务器控件table中的TableRow 设定背景,不实用attribute方式设定
如何在服务器控件table中的TableRow 设定背景,不实用attribute方式设定
------解决方案--------------------到ASP.NET版看看。
------解决方案--------------------用JS控制
------解决方案--------------------为什么不可以用attribute?
------解决方案--------------------样式方面的东西.一般用JS控件比较方便!!!或者你直接改变表格的CSS样式!!
------解决方案--------------------不使用属性?光秃秃的 <tr> 怎么设置呢?
------解决方案-------------------- <style>
tr{background:red}
</style>
只能这样,或者js动态设置(还是要attribute),
------解决方案--------------------
------解决方案--------------------tr.Style.Add( "background ", "blue ");
------解决方案--------------------tr.Style.Add( "background-color ", "blue ");background-color
------解决方案--------------------tr.Style.Add( "background-color ", "blue ");