Failed to load viewstate. Happening only occasionally. Tough to recreate

后端 未结 9 1794
陌清茗
陌清茗 2020-12-09 18:05

Details of Error are given below. This error happens only occasionally / rarely / sometimes and there aren\'t any steps to reproduce it.

How can I know which Control

9条回答
  •  温柔的废话
    2020-12-09 18:24

    I've experienced this error, it happens when there is a cross page postback.

    For example: You load View A. View A loads fine, for whatever reason the conditions under which View A loaded, no longer exist. The fallback page is View B. So the user completes the form on View A and postsback. Since View A's conditions are no longer met, View A's form values are posted to View B.

提交回复
热议问题