User Based Menus....
-
Hi in my web page, some of the users have limited rights & some others are admin, the limited users can access some of the pages only, i have menu bars in my asp.net page, my doubt is,when he logged on......,based on the user rights what are the menus he can access that only want to display for him, how to do that, plz if u have code plz send me....., Regards,
Magesh
-
Hi in my web page, some of the users have limited rights & some others are admin, the limited users can access some of the pages only, i have menu bars in my asp.net page, my doubt is,when he logged on......,based on the user rights what are the menus he can access that only want to display for him, how to do that, plz if u have code plz send me....., Regards,
Magesh
hi For this, you can assign some priorities for the users based on their authentication level. Say, for Admin the priority can be '1',Manager be '2' etc.. and save it in the table where you save the login details. While clicking enter key of the Login page,u can check the user's Username,Password and this priority and based on that, you make the menu items disabled or their click events not to fire... This way you can do... ~VSree
-
hi For this, you can assign some priorities for the users based on their authentication level. Say, for Admin the priority can be '1',Manager be '2' etc.. and save it in the table where you save the login details. While clicking enter key of the Login page,u can check the user's Username,Password and this priority and based on that, you make the menu items disabled or their click events not to fire... This way you can do... ~VSree
Thanks......
Magesh
-
hi For this, you can assign some priorities for the users based on their authentication level. Say, for Admin the priority can be '1',Manager be '2' etc.. and save it in the table where you save the login details. While clicking enter key of the Login page,u can check the user's Username,Password and this priority and based on that, you make the menu items disabled or their click events not to fire... This way you can do... ~VSree
Hi sree, I tried but i didnt get solution......:(, If u have any sample code for this send me...., regards,
Magesh