Hallo,
i defined some profile properties (category and department), for our
membership users..
I also made a list of all the membership users in a gridview. This list
shows only the username and emailaddress.
My problem is that i also want to show their profile properties in the
gridview.
i know how to get the profile properties for the logged user: e.g.
textbox1.text = profile.category
but how to do that for all users together?
Thanks
Bart
bruce barker - 31 Jan 2008 21:37 GMT
see ProfileManager.GetAllProfiles
-- bruce (sqlwork.com)
> Hallo,
>
[quoted text clipped - 9 lines]
> Thanks
> Bart
Bart - 31 Jan 2008 22:15 GMT
Thanks
> see ProfileManager.GetAllProfiles
>
[quoted text clipped - 13 lines]
>> Thanks
>> Bart