Using reflection for either ParentType usercontrol or webpage
I had a piece of code in a usercontrol today which could have been the child of either a web page or another usercontrol. If I've referred to a usercontrol type with reflection before I've forgotten it, so today's reflection tidbit seemed like the first time, and first time events get a blog plug.
The code excerpt is on a personal blog post here.