Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 10, 2012 12:32 PM by Nasir Hussain 786
Member
110 Points
196 Posts
May 10, 2012 09:09 AM|LINK
how to find roles of loggedin user
All-Star
16430 Points
3173 Posts
May 10, 2012 09:17 AM|LINK
var roleslist = Roles.GetRolesForUser();
52 Points
18 Posts
May 10, 2012 09:59 AM|LINK
using System.Web.Security;
Roles.GetRolesForUser();
Participant
1205 Points
570 Posts
May 10, 2012 12:32 PM|LINK
String LoggedUserRole = Page.User.IsInRole("RoleName");
parthiv.kuba...
Member
110 Points
196 Posts
Role of user
May 10, 2012 09:09 AM|LINK
how to find roles of loggedin user
nijhawan.sau...
All-Star
16430 Points
3173 Posts
Re: Role of user
May 10, 2012 09:17 AM|LINK
Pince
Member
52 Points
18 Posts
Re: Role of user
May 10, 2012 09:59 AM|LINK
Nasir Hussai...
Participant
1205 Points
570 Posts
Re: Role of user
May 10, 2012 12:32 PM|LINK
String LoggedUserRole = Page.User.IsInRole("RoleName");