0
kicks
ASP.NET Custom Control Lifecycle
I always forget the lifecycle of custom server control classes with respect to web page, ie. aspx file. The following results are based on a drop down list custom control: customcontrol - Constructor customcontrol - OnInit - Enter customcontrol - OnInit - Exit webpage - OnInit - Enter