views:

22

answers:

0

I have to create a website in asp.net with C#. And the requirement is.. According to the user type ( like Admin, Manager, User) the Menu Should be different and it should change dynamically. I have done this before by creating different pages( for admin, manager, user) depending on the user but this time the controls should load dynamically without creating a seperate page.

Can I get any help ?? Thank you.