Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

on post back we are facing below error only on IE8 and not in IE9, FireFox -
Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request.

Refer below details about ASP.NET 3.5 Web Application.
1. We have previously project structure as below-
"TestProject" is Web Project:
page1.aspx
page2.aspx
page3.aspx

"Sample2" is folder and it is part of TestProject Web Project :
page4.aspx

2. Modified project structure-
"TestProject"(Web Project)
"AllPages" is folder part of TestProject Web Project:
Page1.aspx
Page2.aspx
Page3.aspx
Page4.aspx


Please suggest solution.

Thanks.
Posted
Comments
aidin Tajadod 19-Sep-12 18:51pm    
do you change viewstate in you code?
callsatish@gmail.com 20-Sep-12 3:17am    
thanks for your attention.
We have not changed viewstate in code.
aidin Tajadod 20-Sep-12 13:43pm    
I don't have any particular problem like this with IE8.
Please share some codes.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900