Viewstate problem

G

Guest

Hello

We are having some problems with apparent corruption of the viewstate data for the home page on our website. The site itself consists of many user controls which are displayed / hidden as required on one page, Home.aspx. Any ideas or suggestions most welcome. The message we log repeatedly is below.

------------------------------------------------------
## 2004.1.5 @ 16:36:57 (GMT 0) ##

Session ID: fqwmym552aj1wq45g2myly55
Error occurred in: http://www.companyname.co.uk/subdir/Home.aspx

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

Stack Trace: at System.Web.UI.Page.LoadPageStateFromPersistenceMedium()
at System.Web.UI.Page.LoadPageViewState()
at System.Web.UI.Page.ProcessRequestMain()
Exception Type: System.Web.HttpException
------------------------------------------------------
 
T

Tu-Thach

If you modify the page while someone is using it, you
might get the viewstate message like below.

Tu-Thach
-----Original Message-----
Hello

We are having some problems with apparent corruption of
the viewstate data for the home page on our website. The
site itself consists of many user controls which are
displayed / hidden as required on one page, Home.aspx. Any
ideas or suggestions most welcome. The message we log
repeatedly is below.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top