Click here to Skip to main content
15,902,635 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

In my application i have 4 screens such as page1.aspx, page2.aspx, page3.aspx, Page4.aspx.

I have created user Settings Web Form where the admin Creates username and password for users with access only for particular pages. I have used check boxes to select their accessibility and it's stored in database while creating user setting.
Anybody help me
:confused:
Posted
Updated 28-Oct-10 19:48pm
v2

1 solution

A simple way is to get that access details of the user when he logs in and keep it throughout the session. Just check if the user has access to the page in the Load event and redirect to appropriate page if not.
 
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