How to avoid viewstate load error with TabStrip

I am learning about your TabStrip control and want to know how it manages postback operations when the postback originates from within the MultiPage?

For instance, when I select a tab, the corresponding MultiPage contains a standard Listview control which is bound from the code-behind Tab-Click Event. I then put a row in edit mode and save or cancel. The page then fails to load because of a viewstate load failure.

Error Msg:
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. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request.


I do not quite understand how to avoid this so would you recomend a solution?

1 Reply

LK Lakxman Kumar C Syncfusion Team April 13, 2010 05:57 AM UTC

Hi,

Thank you for your interest in Syncfusion Products.

Kindly follow the Direct-Trac incident created by you for further updates on this query.

Thank you for your participation in Syncfusion’s Community Forums.

Regards,
Lakxman Kumar C

Loader.
Up arrow icon