On a System.Web.UI.Page.ViewPage I have access to the current User (System.Security.Principal.IPrincipal) but I don't have access to the User through a System.Web.UI.UserControl.ViewUserControl (the ViewPage property is internal).
How can my partial view (.ascx) display information depending on who the IPrincipal is?