Forum: ASP.NET Jan 5th, 2009 |
| Replies: 5 Views: 1,601 Problem solved, incorrect syntax, i should use it like that:
Roles.IsUserInRole(string username, string rolename){} |
Forum: ASP.NET Jan 2nd, 2009 |
| Replies: 5 Views: 1,601 |
Forum: ASP.NET Dec 30th, 2008 |
| Replies: 5 Views: 1,601 Yes they're Active users if that what you mean! |
Forum: ASP.NET Dec 29th, 2008 |
| Replies: 5 Views: 1,601 |
Forum: ASP.NET Dec 29th, 2008 |
| Replies: 5 Views: 1,601 Using ASP.NET Web Admin tool, i created 5 users and assigned them to different roles, but when i try to user Roles.IsUserInRole, it doesn't work, please take a look here:
protected void... |
Forum: ASP.NET Dec 29th, 2008 |
| Replies: 4 Views: 1,271 Solved, Response.Redirect("~/Page.aspx"); |
Forum: ASP.NET Dec 29th, 2008 |
| Replies: 4 Views: 1,271 |
Forum: ASP.NET Dec 28th, 2008 |
| Replies: 4 Views: 1,271 Hi, i need a little help here, in my app i've created 3 users by ASP Web Site Administration Tool and i want each user to be redirected to different pages from the login.aspx.
i.e. username1... |