can i change membership provider GetAllUsers method?
- by Tones
Hi i am using vb.net and the .net membership provider.
i want to bring back a gridview with user account information, like GetAllUsers() does. However i want to only bring back users with certain profile information, that will be users whos profile information matches the selected value in a dropdownlist on the same page. I am using profile provider to record just one extra piece of user information.
Can i change or override the GetAllUsers method for this? Adding an extra parameter so its GetAllUsers by Profile. Membership has a FindUsersByName method, i want to do something similar with users by Profile.
I am very much a noob with .net programming so i hope i have explained this ok.