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 its working now.........:-)

link|improve this question

Did you try to disable the ViewState? – Davis Sousa Apr 10 '11 at 11:16
nope................. – Govind KamalaPrakash Malviya Apr 10 '11 at 11:18
how is this related to jquery? What part of your code is causing this issue? – Vijay Sirigiri Apr 10 '11 at 11:28
@Vijay : I removed all code which is related to Jquery only write this line <script type="text/javascript" src="ajax.googleapis.com/ajax/libs/jquery/1.5/…; but it throw error. working after remove that line.. – Govind KamalaPrakash Malviya Apr 10 '11 at 11:39
There is a new version of jQuery: ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5.2.min.js – Davis Sousa Apr 10 '11 at 11:46
show 5 more comments
feedback

1 Answer

So:

<%@ Page Language="C#" EnableViewState="false"  %>
link|improve this answer
not working with this experiment also..... same problem – Govind KamalaPrakash Malviya Apr 10 '11 at 11:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.