Всем привет. Народ, подскажите неопытному. Есть web-форма, на ней куча объектов, в том числе LinkButton. Обработчик LinkButton_Click пустой (это роли не играет). Если в браузере жмем на этот линкбуттон, то происходит ошибка: The viewstate is invalid for this page and might be corrupted. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: The viewstate is invalid for this page and might be corrupted. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [HttpException (0x80004005): The viewstate is invalid for this page and might be corrupted.] System.Web.UI.Page.LoadPageStateFromPersistenceMedium() System.Web.UI.Page.LoadPageViewState() System.Web.UI.Page.ProcessRequestMain() +423 В трассеровке видно следующее: Trace Information Category Message From First(s) From Last(s) aspx.page Begin Init aspx.page End Init 0,000172 0,000172 aspx.page Begin LoadViewState 0,000243 0,000072 Unhandled Execution Error The viewstate is invalid for this page and might be corrupted. at System.Web.UI.Page.LoadPageStateFromPersistenceMedium() at System.Web.UI.Page.LoadPageViewState() at System.Web.UI.Page.ProcessRequestMain() 0,019749 0,019506 Подскажите что делать. А то я уже запарился с этой ошибкой. ПРИЧЕМ! Если создаю новую форму и кидаю на нее такой же объект, то с ним все в порядке!
Ответить
|