我如何访问codebehind vb.net中元素的“class”属性值

时间:2011-07-13 19:37:33

标签: vb.net

我还想将它存储在字符串中以检查条件。如果满足条件,再次将其设置为新值。 string s = HtmlCell.Attributes [“class”] 不工作 我添加了runat =“server”并为它添加了一个id。但我猜HtmlCell.Attributes [“class”]无法被转换为String。我想访问'class'属性的值。

1 个答案:

答案 0 :(得分:0)

确保您的TD是<asp:tableCell><td id="sometd" runat="server">,而不是访问/更改sometd.cssClass