ChangePassword.OnInit Method (EventArgs)
Raises the Init event for the ChangePassword control to allow the control to register itself with the page.
Assembly: System.Web (in System.Web.dll)
Web server controls should perform any initialization steps that are required to create and set up an instance. You cannot use view state information within this event; it is not populated yet. You should not access another Web server control during the OnInit method, regardless of whether it is a child or parent to the ChangePassword control. Other Web server controls are not certain to be created and ready for access.
Available since 2.0
OnBubbleEvent
Init
ChangePassword Class
System.Web.UI.WebControls Namespace
Server Event Handling in ASP.NET Web Forms Pages
ASP.NET Login Controls Overview
Customizing the Appearance of ASP.NET Login Controls
ASP.NET Web Server Controls Templates
How to: Display Different Information to Anonymous and Logged In Users
Web Site Administration Tool Security Tab