General Page Life-cycle Stages Stage Description Page request The page request occu before the page life cycle begi. When the page is requested by a user, ASP.NET determines whether the page needs to be paed and compiled or whether a cached veion of the page can be sent in respoe without running the page. Start In the start step, page properties such as Request and Respoe are set. At this stage, the page also determines whether the request is a postback or a new request and sets the IsPostBack property. Additionally, during the start step, the pages UICulture property is set.
Page initialization During page initialization, controls on the page are available and each controls UniqueID property is set. Any themes are also applied to the page. If the current request is a postback, the postback data has not yet been loaded and control property values have not been restored to the values from view state. Load During load, if the current request is a postback, control properties are
Popularity: 1% [?]
RSS feed for comments on this post · TrackBack URI
Leave a reply