信息: | 未能加載視圖狀態。正在向其中加載視圖狀態的控件樹必須與前一請求期間用於保存視圖狀態的控件樹相匹配。例如,當以動態方式添加控件時,在回發期間添加的控件必須與在初始請求期間添加的控件的類型和位置相匹配。 |
數據源: | System.Web |
堆棧信息: | 在 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) 在 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) 在 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) 在 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) 在 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) 在 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) 在 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) 在 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) 在 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) 在 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) 在 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) 在 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) 在 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) 在 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) 在 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) 在 System.Web.UI.Page.LoadAllState() 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) |
行號: | 1216 |
解決方案:服務器
this.getControl<HtmlInputButton>("btnSearch", item).Attributes["visible"] = "false";this
將異常代碼轉換爲spa
this.getControl<HtmlInputButton>("btnSearch", item).Attributes["style"] = "display:none";get
分析緣由:it
btnSearch設置爲服務器標記時,沒法正常渲染到頁面形成的問題table