In ASP.Net, during which page lifecycle event does viewstate get loaded?

后端 未结 6 2157
甜味超标
甜味超标 2020-12-23 10:26

I know it happens sometime before Load, but during what event exactly?

6条回答
  •  暖寄归人
    2020-12-23 10:48

    It's loaded into memory between init and load. See this article for a full break down of the page lifecycle.

提交回复
热议问题