Re: Remove Navigation Menu Items using Asp .net C#
Your code appears to me, that it could work. However, if you are getting an Index Out of Range error (probably for a "General Employee"), the order that you remove items is important. If you try this,...
View ArticleRe: Remove Navigation Menu Items using Asp .net C#
If you are using the Simplemembership provider you can use roles to determine what users have access to based on the role(s) they have.
View ArticleRe: Remove Navigation Menu Items using Asp .net C#
hi,lot of ways to solve this one1) using sitemap file http://highoncoding.com/Articles/165_Creating_Menu_Based_on_Role.aspx your are using " <asp:Menuitem>" so you can try above sample...
View ArticleRemove Navigation Menu Items using Asp .net C#
Hello,I have designed one web application with one master page and login web application. On master page, I have taken navigation menu with three items. On login form, I have taken two text boxes for...
View ArticleRe: Remove Navigation Menu Items using Asp .net C#
Hi MTrush,MTrush On master page, I have taken navigation menu with three items. On login form, I have taken two text boxes for username,password and one button for Login.MTrush...
View Article