ASP.NET issue with jQuery 1.5

123 Views Asked by At

I am getting this error

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

when I use jQuery 1.5 but if I replace with jQuery 1.4 then it work fine.

I want to know what is the reason behind this?

UPDATE :

I got this situation also after throwing Exception if I click on back button of browser and then click button of submit it's working now.:-)

1

There are 1 best solutions below

0
On

So:

<%@ Page Language="C#" EnableViewState="false"  %>