.NET ProfileCommon in App_Code

Challenge: In the inherited aspx page of my base class page, the following code works great: ProfileCommon pc = Profile.GetProfile(tmp_username) But then if you put into in a class which states in the App_Code won’t work ?!?! Solution: From App_Code you would do this: ProfileCommon p = (ProfileCommon)ProfileBase.Create(tmp_username,true); System.Web.Profile.ProfileBase is the ASP.NET type that underlies [...]

Get Adobe Flash playerPlugin by wpburn.com wordpress themes