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
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