-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I have a question and maybe a potential bug to report, in case developer turns on the AutoEventWireup on System.Web.UI.Page or System.Web.UI.UserControl and uses let's say Init event e.g. "protected void Page_Init(object sender, EventArgs e)" at this point nothing is injected into properties etc.
The root of this problem is the call to RequestActivation(); in PageBase and UserControlBase which is called after base.OnInit(e); and all events are raised inside the base.OnInit.
Thoughts ?
Metadata
Metadata
Assignees
Labels
No labels