"Karl Seguin [MVP]" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
net> wrote in message news:...
> The master page solution is a good one.
That's the one I use.
> an HttpModule's BeginRequest might also do the trick (or you could just
> use Global.asax's).
Here's an article which describes this, albeit for a different purpose...
http://asp-net-whidbey.blogspot.com/...t-20-http.html
Interestingly enough, I've never actually got this to work properly - IIRC,
although the BeginRequest method does indeed fire before the PreInit method,
I never seemed to get access to the Page object at this stage...