Whenever I start a new web project, one of the first things I do is create a "Base" class for all my ASPX code-beside ( "code-behind" is so .NET 1.1 ) class declarations to inherit from. This makes it easy to have useful properties such as CurrentUser...