Hi Folks,

How can I list all the roles from an user
using HttpContext.Current.User.IsInRole() ?

The only way I know is using

if (HttpContext.Current.User.IsInRole("Administrator"))

Tks,

-Rodney

Reply via email to