Documentation for this section has not yet been entered.
The BaseDataBoundControl.ConfirmInitState and BaseDataBoundControl.OnPagePreLoad(object, EventArgs) methods both explicitly set the BaseDataBoundControl.Initialized property to true. The BaseDataBoundControl.ConfirmInitState method is called by the DataBoundControl.OnLoad(EventArgs) method, while BaseDataBoundControl.OnPagePreLoad(object, EventArgs) is called when the System.Web.UI.Page.PreLoad event is raised.