I just discovered the new Page.Items property in ASP.NET 2.0. Accidentally. You see, many of the properties from HttpContext are conveniently echoed in the Page class. For example, Page.Request == Page.Context.Request == HttpContext.Current.Request Page...