如何在ASPX页面中清除视图状态?

时间:2016-08-13 17:27:39

标签: asp.net

我有一个aspx页面,上面有一些控件,我删除了它们,但是当我访问页面时出现了这个错误:

Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Web.HttpException (0x80004005): Failed to load viewstate.  The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request.  For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request.     at System.Web.UI.Control.LoadViewStateRecursive(Object savedState)     at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState)     at System.Web.UI.Control.LoadViewStateRecursive(Object savedState)     at System.Web.UI.Control.LoadChildViewStateB...

有谁知道发生了什么,如何删除任何视图状态?像IS重置之类的东西可以吗?

由于

0 个答案:

没有答案