Hi
When I try to get a list of roles using
RolesArray = Roles.GetAllRol es()
the array returned is Nothing. However if I assign a user to a role as below
Roles.AddUserTo Role(User.UserN ame, "Feedback")
it works OK.
How can I get the list of roles already in the membership system?
Thanks
Regards
When I try to get a list of roles using
RolesArray = Roles.GetAllRol es()
the array returned is Nothing. However if I assign a user to a role as below
Roles.AddUserTo Role(User.UserN ame, "Feedback")
it works OK.
How can I get the list of roles already in the membership system?
Thanks
Regards
Comment