PDA

Click to See Complete Forum and Search --> : View State Error


Fishcake
Apr 5th, 2004, 10:13 AM
Recently i've been recieving this Error message

The viewstate is invalid for this page and might be corrupted.

I can't see why this is but it's only just started happening, any idea's what might be causing this?

Cheers.

Fishcake
Apr 5th, 2004, 01:05 PM
PS. enableViewStateMac = false on the page where the errors occur.

Fishcake
Apr 7th, 2004, 10:29 AM
Bump.

This is still happening and i'm at a loss as to why, any idea's anyone?

nemaroller
Apr 7th, 2004, 07:40 PM
ViewState is always tricky to get a hold of... I myself, have never experienced it, and I wonder what special things you may be doing in your app that cause this.

While you formulate a response, see this:

http://aspalliance.com/articleViewer.aspx?aId=135&pId=-1

Fishcake
Apr 8th, 2004, 09:49 AM
i can't get any of the articles to display at aspalliance, just keep causing application errors, i'll try again later.

mateen
Oct 29th, 2004, 06:34 AM
I am sitting with the same problem, did any one of you find the solution for it.

I am calling a .aspx page in another using the server.execute("pagename.aspx",true)

and it displays properly, but when the form (with runat=server) in the "called" page is submitted, it displays me the error posted by FISHCAKE in his first post.

thanks.