using System.Web.Security;
Roles.GetRolesForUser()
Or
Roles.GetRolesForUser(String) if not targeting the currently logged in user.
using System.Web.Security;
Roles.GetRolesForUser()
Or
Roles.GetRolesForUser(String) if not targeting the currently logged in user.