RE:Viewstate error by adding of any webpart
Forum Post
Apr 12, 2011
Hello, This issue ordinary happens if somebody do a postback before the whole viewstate of page is loaded, e.g. if viewstate is too long and/or the connection is slow and user submit some button before the page is completely loaded. Unfortunately, this is behavior of .NET...