bhurban
Posts: 12
|
| Posted: 05/26/2007, 12:35 AM |
|
I am using ASP/Winxp
I want to set my application's page that:
1) simple user can see and enter records
2) Admin user can update records
3) Super user can delete/update records
I have two pages Default.asp and Add.asp
How do I put security on my pages. I am novice in programming. I have idea of login level security.
My database is QNF, Table is WOOD. It has SN (AutoNO, primary key), QYT(number), Description(text)
Please send me the command with details.
Regards
|
 |
 |
ReneS
Posts: 225
|
| Posted: 06/05/2007, 9:54 AM |
|
Hi,
You could use panels for that. insert, update, delete in different panels with security set to the panel.
Rene
|
 |
 |
|