Sitemap Menu by profils
-
Hi Everyone ! I have have small problem. "I work with visual studio 2005." HOW to do if i want to load different Menus depending on the profil of users (general admin, local admin, simple user) I have a connection page there is an authentication by windows, after this the welcome page contains Different menus I need to know HOW to DO to LOAD the right menu acording to the users rights. My menu is directly in the Master Page Thank for Helping me
-
Hi Everyone ! I have have small problem. "I work with visual studio 2005." HOW to do if i want to load different Menus depending on the profil of users (general admin, local admin, simple user) I have a connection page there is an authentication by windows, after this the welcome page contains Different menus I need to know HOW to DO to LOAD the right menu acording to the users rights. My menu is directly in the Master Page Thank for Helping me
you load different menus for different user. One way to do is supply different datasource. See CP Article: Populating Menu Control in ASP.NET 2.0 - using different data sources[^]
Yusuf Can I help you?
-
Hi Everyone ! I have have small problem. "I work with visual studio 2005." HOW to do if i want to load different Menus depending on the profil of users (general admin, local admin, simple user) I have a connection page there is an authentication by windows, after this the welcome page contains Different menus I need to know HOW to DO to LOAD the right menu acording to the users rights. My menu is directly in the Master Page Thank for Helping me
Hi, its depend on the users who log if you want to enabled or disabled a menu. for example: ''Masterpage load Session("users")=id_manager if session("users") = id_manager then menu1.enabled=true else menu1.enabled=false endif Hope this one can help Thanks
-
Hi, its depend on the users who log if you want to enabled or disabled a menu. for example: ''Masterpage load Session("users")=id_manager if session("users") = id_manager then menu1.enabled=true else menu1.enabled=false endif Hope this one can help Thanks