This topic is locked

Edit Page Display Format

10/21/2003 11:50:49 AM
ASPRunnerPro General questions
swat author

hi ,
Is there any way that I can display mt edit_asp page in different forms,(this is kind of admin login) Let say if I log on username with "admin" the edit_Asp page will display all his variables however if my users log on with their user name my edit page will display only want I want to display .
visually ; edit must be like this
Admin

---------

name

lastname

phone

fax
User

--------

name

lastname
???
tnx

swat

Sergey Kornilov admin 10/22/2003

Hi,
here is what you can do:
create two separate pages set for an admin and for user. You can put them to two separate folders named ADMIN and USER. After that modify login page to redirect user to different pages based on their access rights or user type.
Best regards,

Sergey Kornilov