Hi:
I have a webforms application using ASP.NET Identity 2, and I'm trying to show a custom property from ApplicationUser instead of Context.User.Identiy.GetUsername() in the login menu on the NavBar of the pages that are generated by site.master.
I'd greatly appreciate some hints how to get to my custom properties of the ApplicationUser object from wihin Site.Master to do this.
THANKS
Cheers -alex
Go to the complete details ...