Below are the Events/Method after Page_PreRender
View State Saving
SaveViewState
Page Rendering
Page_Render
Page Unloading
Page_UnLoad
Stages and corresponding events in the life cycle of the ASP.NET page cycle:
Stage
Events/Method
Page Initialization
Page_Init
View State Loading
LoadViewState
Postback data processing
LoadPostData
Page Loading
Page_Load
PostBack Change Notification
RaisePostDataChangedEvent
PostBack Event Handling
RaisePostBackEvent
Page Pre Rendering Phase
Page_PreRender
i just would like to add one more important thing viewstate is available after init() and before load() method
Following methods are executed when the page is loaded: