Menu for a WebSite

Jul 7 2008 4:09 PM

Good evening everyone,

I want to develop a menu for a website which builds up dynamically at runtime depending upon the user who logged in.

If the user is a super user then he should be able to browse thru all the pages i.e the menu should show all the pages.

If the user is a normal user then he should be able to browse only to limited pages.

I want to do it with the authentication credentials stored in SQL Server database.

i.e if user belongs to groupid "1" which is superuser Full menu should be displayed and for normal user restricted menu should be displayed.

I would be more than thankfull if some one can guide me on how to create a database structure and acompalish this task.

Thankyou very much.


Answers (4)