how to show profile properties for all users?

  • Thread starter Thread starter Bart
  • Start date Start date
B

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
 
Back
Top