Search

You searched for the word(s): userid:699956

Matching Posts

  • Re: ViewStateException Invalid ViewState

    Thanks for your response joteke. It gave me idea with the viewstate size suggestion you posted. I think I found the cause of the issue. It turns out that two the web controls (literals) that had viewstate enabled were receiving massive amounts of data for a particular case on the website (hence this was causing a very large viewstate). I decided to disable the viewstate and hit the database to retrieve the data each load of the page from the db rather than store this data in the viewstate. This appears
    Posted to State Management (Forum) by addamse on 1/8/2007
  • ViewStateException Invalid ViewState

    My ASP.NET 2.0 web application is generating the following errors several times a day: 1) System.Web.HttpException: The client disconnected. ---> System.Web.UI.ViewStateException: Invalid viewstate. 2) System.Web.HttpException: The state information is invalid for this page and might be corrupted. ---> System.Web.UI.ViewStateException: Invalid viewstate. I cannot find any information on Viewstate Verfication and am not sure why this error is occuring. Also I am not sure if the user actually
    Posted to State Management (Forum) by addamse on 12/29/2006
Page 1 of 1 (2 items)