Originally Posted by
bharathi_n_r
Hi there,i have joined newly to this site....I am a new to programming..i am developing a windows application using c#.net..I have the same problem stated by sagedavis but its windows application.
I have two types of users Admin and Normal users.
I am having one login screen.i want the application to identify the two types of users when they enter their username and password.
i saw the post of using session,but how to initialize the session and how to use it.....
The user login details for both admin and normal users are in a single table called account..
Help me out dude......
Thanks in advance......
ok i have exact same question but in php not c#. have tried setting up restricted access depending on the usertype from database. but it only lets the user log in not the admin. any ideas?