hello people
i have a masterPage in my web-application and in that master page and i need to user "User.Identity.name" in that masterpage. the problem is that the masterpage inherits System.Web.UI.MasterPage but in order to use "User.Identity.name" the must Inherits System.Web.UI.Page ... since the file cannot inherits from two diffrenets classes i can't use 'User.Identity.name"...
what should i do?