We are using the 2008.1.619.20 version of the Telerik ASP.NET AJAX Controls. We have been getting the following errors on our page that uses the telerik treeview control.
Exception Type: System.Web.UI.ViewStateException
Exception Message: Invalid viewstate.
Exception Message: Unable to validate data.
Exception Source: System.Web
Exception Target Site: GetDecodedData
Exception Type: System.Web.HttpException
Exception Message: The client disconnected.
After doing some research and also searching the telerik forum we set enableViewStateMac="false" and viewStateEncryptionMode="Never" in the web.config file. We also set the maxRequestLength="10000" for the httpruntime but nothing has helped us with the errors so far. I will greatly appreciate if you help us resolve this issue at the earliest.
Thanks
Som
Exception Type: System.Web.UI.ViewStateException
Exception Message: Invalid viewstate.
Exception Message: Unable to validate data.
Exception Source: System.Web
Exception Target Site: GetDecodedData
Exception Type: System.Web.HttpException
Exception Message: The client disconnected.
After doing some research and also searching the telerik forum we set enableViewStateMac="false" and viewStateEncryptionMode="Never" in the web.config file. We also set the maxRequestLength="10000" for the httpruntime but nothing has helped us with the errors so far. I will greatly appreciate if you help us resolve this issue at the earliest.
Thanks
Som