【发布时间】:2012-09-29 18:36:19
【问题描述】:
如何在cs类中获取个人资料?它在 aspx.cs 类中运行良好。
ProfileCommon profile= HttpContext.Current.Profile.GetProfile(username);
如何使 GetProfile() 在 cs 类中可用?请指教,谢谢
【问题讨论】:
标签: c# asp.net-membership profile asp.net-profiles
如何在cs类中获取个人资料?它在 aspx.cs 类中运行良好。
ProfileCommon profile= HttpContext.Current.Profile.GetProfile(username);
如何使 GetProfile() 在 cs 类中可用?请指教,谢谢
【问题讨论】:
标签: c# asp.net-membership profile asp.net-profiles
看看我关于分析用户的回答。你所需要的都有:
【讨论】: