On Tue, 16 May 2006 07:59:03 -0700, Ron
<> wrote:
>Hi,
>I need to retrieve only users and there information in the aspnet_Membership
>table that are associated with certain roles and then populate a GridView
>with only those users found that belong to those roles.
>I have searched through all the class associated to try and find some method
>that would help but i think i am missing something.
>Any suggestions would be greatly appreciated.
>
>Thanks Ron
How about using
Roles.IsUserInRole(username,rolename)
?
Peter Kellner
http://peterkellner.net