ASP.NET page modules
My good friend Paulo has a cool article on what he calls "Page Modules". "Page Modules" can be seen as a small framework that will let you be notified about all the events of the page life time, even in those scenarios where you're using Server.Transfer. Check it out here.