Search code examples
c#asp.net-membershipprofileasp.net-profiles

ASP.NET c# Profile: GetProfile not avalaible


Possible Duplicate:
how to use Profile.GetProfile() in a library class?

How to get profile in a cs class? It works fine in aspx.cs class.

 ProfileCommon profile= HttpContext.Current.Profile.GetProfile(username);

How to make GetProfile() available in cs class? please advice, Thank you


Solution

  • Take a look at my answer about profiling users. There is all you need:

    User profiles in asp.net