获得别人的 profile
ProfileCommon pro = Profile.GetProfile(user.UserName);
lblAge.Text = pro.Age;
lblLastActivity.Text = pro.LastActivityDate.ToShortDateString();
获得别人的 profile
ProfileCommon pro = Profile.GetProfile(user.UserName);
lblAge.Text = pro.Age;
lblLastActivity.Text = pro.LastActivityDate.ToShortDateString();