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

From: Saravana (saravank_at_sct.co.in)
Date: 12/22/04


Date: Wed, 22 Dec 2004 23:30:21 +0530

Check out this faq, this might help you.
http://www.extremeexperts.com/Net/FAQ/ViewStateisCorrupt.aspx

-- 
-Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"Lorenc" <Lorenc@discussions.microsoft.com> wrote in message
news:02724AF5-B81E-405A-96C2-92A3FE9292B3@microsoft.com...
> I have searched all I can on this issue without any success. It happens
even
> when I disable the ViewStateMac and it happens randomly in production
(once
> or twice in couple days). I can't disable viewstate because I have a lot
of
> lists to maintain and I have to code many lines. I could put the viewstate
in
> a session object but I was wandering if there is something else I can do.
I
> am running .NET Framework 1.1
>
> Thank you,
> Lorenc.


Relevant Pages

  • RE: Disable ViewState
    ... this rely on whether the page's viewstate is enabled. ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ... Subject: Disable ViewState ...
    (microsoft.public.dotnet.general)
  • Re: When can ViewState be disabled in WebServer controls?
    ... how necessary it is for postback processing. ... stores the select list in viewstate, so it can rebuild the list on the ... | disable ViewState, then the drop down list fails with an exception if I ... | lose when I disable ViewState for any given control. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: When can ViewState be disabled in WebServer controls?
    ... Your ViewState handler is an interesting ... > "Ken Varn" wrote in message ... The thing that confuses me is that this should be ... >> disable ViewState, then the drop down list fails with an exception if I ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Disable Viewstate
    ... Maybe it would be easier if you would post which controls you're using. ... you can disable ViewState for any control ... the controls have a gridview. ...
    (microsoft.public.dotnet.framework.aspnet)
  • When can ViewState be disabled in WebServer controls?
    ... I am trying to cut down the amount ViewState data that is passed to the ... I have a number of Web Server Controls on my page, ... The thing that confuses me is that this should be ... lose when I disable ViewState for any given control. ...
    (microsoft.public.dotnet.framework.aspnet)