Hi All,,
Iam facing following problem in my application
I have two database tables
1) Groups table - is used to store the details of selected .aspx pages.
2) User table - is used to store details of users and associated group.This table even store the privileages associated with each user.
In my application iam using menu to navigate pages.
Whenever a user access my application only menus (i mean submenu or whatever ) associated with the login user should be displayed.
How I can do this?
Can anyone here please help me?
Thanks in advance
Nick