how to show profile properties for all users?
am 31.01.2008 20:58:10 von bart
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
RE: how to show profile properties for all users?
am 31.01.2008 22:37:01 von brucebarker
see ProfileManager.GetAllProfiles
-- bruce (sqlwork.com)
"Bart" wrote:
> 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
>
>
>
Re: how to show profile properties for all users?
am 31.01.2008 23:15:34 von bart
Thanks
"bruce barker" schreef in bericht
news:81410B61-1292-432F-A5B6-D48035D4A7D6@microsoft.com...
>
> see ProfileManager.GetAllProfiles
>
> -- bruce (sqlwork.com)
>
>
> "Bart" wrote:
>
>> 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
>>
>>
>>