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

有帮助吗?

解决方案

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

User profiles in asp.net

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top