Public · Protected · Private
What methods are fired during the page load?
Type: Public  |  Created: 2008-08-24  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • PreInit Check the IsPostBack property Create or re-create dynamic controls. Set a master page,Theme ,set profile property Load viewstate Init after all controls have been initialized InitComplete Raised by the Page object. PreLoad code common Load The Page calls the OnLoad event method on the Page Control events ...... LoadComplete .. PreRender ... SaveStateComplete ... Render .. Unload
    2008-08-24 19:41
  • ViewState is available After the Init() and before the Page_Load(), or OnLoad() for a control.
    2008-08-24 19:46
  • System.Web.UI.Page is namespafe for asp.net page System.Web.UI.Page.Culture has user locale data.
    2008-08-24 19:48
This blog is frozen. No new comments or edits allowed.