Failed to load viewstate...
Posted
by Perplexed
on Stack Overflow
See other posts from Stack Overflow
or by Perplexed
Published on 2010-04-29T10:33:14Z
Indexed on
2010/04/29
10:37 UTC
Read the original article
Hit count: 177
Yes, it's the infamous viewstate again!
Now I am aware that problems can ocurr if you load controls in the wrong order or if the viewstate IDs are incorrect after postbacks etc etc.
But my issue is that I am not really creating any controls dynamically - I only have one user control on the page.
More importantly, the issue seems to be occuring with just one user.
What could be the problem? Corrupt browser cache?
Any help appreciated.
thanks,
KS
© Stack Overflow or respective owner