I would like some code to execute at the \"preload\" stage of my usercontrol\'s lifecycle. However the preload event is only available on the Page object. So, I added the
Why not create a method that does whatever pre-loading needs to be done, and have your page call that method?