You are using your base page event wrong. You need to override OnInit not create an event. In the Protected Overrides OnInit(e as EventArgs) be certian to call MyBase.OnInit(e)...