3
Reply

The state information is invalid for this page Error

Rajagopalan R V

Rajagopalan R V

Apr 24 2015 2:02 AM
843
Hi Friends ,

  Am Getting Following Error on my ASP.NET C# Page Button Click event

The state information is invalid for this page and might be corrupted.



 i've Added

if (Request.Browser.Browser == "Firefox")

{
  Response.Cache.SetNoStore();

}


And in Web.Config
viewStateEncryptionMode="Never"


then also am getting error what Problem why this error Occuring to me
Regards....,
R.V.Rajagopalan


Answers (3)