Listview Cancel/Update causes Failed Veiwstate Error

Posted by ChiliYago on Stack Overflow See other posts from Stack Overflow or by ChiliYago
Published on 2010-04-05T13:11:41Z Indexed on 2010/04/05 13:13 UTC
Read the original article Hit count: 323

I am utilizing a asp.net Listview control which is causing a Failed to load viewstate error after a row is put in edit mode and the user clicks either update or cancel.

The ListView control is in an ascx User control that is hosted in a parent aspx page. The parent aspx code-behind calls the a bind method on the ascx page which in turn binds the ListView.

I am trying to isolate where and how this is happening but have not had any success and frankly I am out of ideas. Please offer some suggestions on what I should be looking at.

Thank you.

© Stack Overflow or respective owner

Related posts about asp.net-2.0

Related posts about listview