Hello! I have a question about displaying users and there profiles in gridview. Do you have to create a dataset from table profile with a query or something else, any suggestions?
medy Friday, July 07, 2006 12:01 AM
I find a good article about that and i use the method
MembershipUserCollection
muc = Membership.GetAllUsers();
and put users and profiles in gridview, the article is in location: