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

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

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

6条回答
  •  梦毁少年i
    2020-12-23 11:06

    The viewstate is actually loaded between initComplete and Preload events.Check this for details http://msdn.microsoft.com/en-us/library/ms178472.aspx

提交回复
热议问题