C
Chris Davoli
Environment: VS2005, sql server 2000, Win XP
I put runat=server on a regular HTML table. Then instead of setting the
style in the html I want to dynamically change the style of the html table
border color. We'll it won't let you change the OUTER border color unless you
use the styles attribute in the html, but even though it has runat=server, it
won't let you change the style attribute in the codebehind. I can change
using style sheet, but can't change the style sheet.
Any ideas on how to change the border color dynamically?
I put runat=server on a regular HTML table. Then instead of setting the
style in the html I want to dynamically change the style of the html table
border color. We'll it won't let you change the OUTER border color unless you
use the styles attribute in the html, but even though it has runat=server, it
won't let you change the style attribute in the codebehind. I can change
using style sheet, but can't change the style sheet.
Any ideas on how to change the border color dynamically?