12 overrides of OnLoad
System.Web (6)
UI\HtmlControls\HtmlSelect.cs (1)
708
protected internal override void
OnLoad
(EventArgs e) {
UI\WebControls\BaseDataList.cs (1)
587
protected internal override void
OnLoad
(EventArgs e) {
UI\WebControls\DataBoundControl.cs (1)
382
protected internal override void
OnLoad
(EventArgs e) {
UI\WebControls\HierarchicalDataBoundControl.cs (1)
151
protected internal override void
OnLoad
(EventArgs e) {
UI\WebControls\Repeater.cs (1)
920
protected internal override void
OnLoad
(EventArgs e) {
UI\WebControls\WizardStepBase.cs (1)
208
protected internal override void
OnLoad
(EventArgs e) {
System.Web.DynamicData (2)
DynamicData\DynamicDataManager.cs (1)
136
protected override void
OnLoad
(EventArgs e) {
DynamicData\DynamicEntity.cs (1)
75
protected override void
OnLoad
(EventArgs e) {
System.Web.Extensions (2)
UI\UpdatePanel.cs (1)
331
protected internal override void
OnLoad
(EventArgs e) {
UI\WebControls\DataPager.cs (1)
479
protected internal override void
OnLoad
(EventArgs e) {
System.Web.Mobile (2)
UI\MobileControls\MobileControl.cs (1)
509
protected override void
OnLoad
(EventArgs e)
UI\MobileControls\MobilePage.cs (1)
1031
protected override void
OnLoad
(EventArgs e)
16 references to OnLoad
System.Web (10)
UI\Control.cs (2)
2259
OnLoad
(EventArgs.Empty);
2288
OnLoad
(EventArgs.Empty);
UI\ControlAdapter.cs (1)
86
Control.
OnLoad
(e);
UI\HtmlControls\HtmlSelect.cs (1)
729
base.
OnLoad
(e);
UI\LiteralControl.cs (1)
97
OnLoad
(EventArgs.Empty);
UI\WebControls\BaseDataList.cs (1)
608
base.
OnLoad
(e);
UI\WebControls\DataBoundControl.cs (1)
403
base.
OnLoad
(e);
UI\WebControls\HierarchicalDataBoundControl.cs (1)
172
base.
OnLoad
(e);
UI\WebControls\Repeater.cs (1)
941
base.
OnLoad
(e);
UI\WebControls\WizardStepBase.cs (1)
209
base.
OnLoad
(e);
System.Web.DynamicData (2)
DynamicData\DynamicDataManager.cs (1)
137
base.
OnLoad
(e);
DynamicData\DynamicEntity.cs (1)
76
base.
OnLoad
(e);
System.Web.Extensions (2)
UI\UpdatePanel.cs (1)
332
base.
OnLoad
(e);
UI\WebControls\DataPager.cs (1)
498
base.
OnLoad
(e);
System.Web.Mobile (2)
UI\MobileControls\MobileControl.cs (1)
550
base.
OnLoad
(e);
UI\MobileControls\MobilePage.cs (1)
1046
base.
OnLoad
(e);