当前位置: 代码迷 >> ASP.NET >> 元素"tr"不能嵌套在元素"table"中,该怎么处理
  详细解决方案

元素"tr"不能嵌套在元素"table"中,该怎么处理

热度:2328   发布时间:2013-02-26 00:00:00.0
元素"tr"不能嵌套在元素"table"中
因为,要考虑去控制一个表格是否显示,所以对表格做了以下的改动。
改动前: <table   style= "position:   static ">
改动后: <asp:table       style= "position:   static;   display:none "   ID= "number1 "   runat= "server ">

但,下面的 <tr> 就显示错误,元素 "tr "不能嵌套在元素 "table "中。

求问该怎么改动呢?


先在次~谢谢

------解决方案--------------------------------------------------------
CheckBox的AutoPostBack设成True了吗?
  相关解决方案