Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am new in c# please help me in Codeing.....................
Posted
Comments
Sampath Kumar Sathiya 27-Jan-14 2:27am    
Are you generating the menu from DB or SiteMap?

1 solution

If your saving user role against user in database then , add one more table in database which contains page name,user id, and user right type(treat this as flag). When user will log in, during log in check his page access rights & according to that customize the menu bar in master page.
 
Share this answer
 

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