views:

62

answers:

1

I have an ASP .net MVC 2.0 web site and I am using the membership provider to store users and groups.

How do I get a list of all the roles?

+4  A: 

Sorry got it

System.Web.Security.Roles.GetAllRoles()
Rigobert Song
you should mark this answered. There is no other answer to be had.
Sky Sanders