[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.]
System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +526
System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +186
System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +350
System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +186
System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +350
System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +186
System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +350
System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +186
System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +350
System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +186
System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +350
System.Web.UI.Page.LoadAllState() +530
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2504
|