Click here to Skip to main content
15,917,652 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created menu in web application,based on authorization user will get menu bar access..If they are not authorized,menu bar should disable and it should display in dim color...help me!!
Posted

1 solution

Mukund,

If you created custom menu, you have to write code by your's only. If you use Div to create menu, then you can change the color of the menu based on the authorization and CSS are useful to do it, or you can hide the menu using JQuery or Java script.

If you use default menu control in asp.net to display menu, please look the following link for solution.

http://forums.asp.net/p/1051380/1487722.aspx[^]

Thanks
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900