I am developing an ASP site which has an ACCESS backend. I am going to have users login and based on the level of access given to them by the admin the should only be able to access certain parts of a page.
=====================
3 levels:
=====================
ADMIN :: total access
update :: enter data/edit
read :: read ONLY access
I am going to have a menu which must be accessible based on the login level, the menu entry then goes to a listing based on the menu item selected and level access.
============================
The Listing page has 4 options on it. (all are html links)
============================
Add (by itself)
View (in listing as a column)
Edit (in listing as a column)
Delete (in listing as a column)
I wish to have
admins with no restrictions
update to see add/view/edit
read view only
So the question is HOW do i restrict access/visibility of the html links to the add(on its own) and to the view/edit/delete(parts of the listing as the first 3 columns) all based on the users login and assigned accessability?
This is VERY important and I need to know SOON
Please helP
thanks in advance
~