tags:

views:

14

answers:

0

I have asked this question earlier

"I am testing my project in IE.working fine in Mozilla. when i click on search button it is giving me the error

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

I have search button on master page and it is giving me error for Default page.

can anybody tell why this error occurs"

Is this problem with scriptManager and Updatepanel?

I search for this.Some one is saying that it is the problem with ViewState.

ViewState information is not maintaining correctly.

how can we maintain viewstate data correctly.

Another solution i got is Adding response.end immediately after your ajax output .

how can we write response.end to ajax script $.ajax({
url: "ShoppingBasket.aspx?ProductId=" + prodid, //url: srcframe + prodid, success: function(data) { $("#cart").html(data);

        }
    });
}