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

后端 未结 9 1789
陌清茗
陌清茗 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:07

    I had this error when my custom controls were accidentally created in Page_Load(). Controls should be dynamically created in OnInit().

提交回复
热议问题