protected override void OnLoad(EventArgs e) { this.Text = GetStringOnID(strMsgID); this.TabText = GetStringOnID(strMsgID); if (clsProfile.DoEnableProfiling) { using (DesignHelper helper = new DesignHelper()) { helper.DoProfileBasedDesign(this); } } RecursivelyFindControl(this); base.OnLoad (e); }