1 如要在后台改变<tr>标签的属性style2 <tr style ="display:none" runat ="server" id="Tr">3 <td>4 <asp:Label ID="Name3" runat="server" Text="Label"></asp:Label></td>5 <td>6 </tr>7 8 后台代码:9 this.Tr.Attributes["style"] = "";//将style属性改为空