how to use login
-
in my project, in login form ,i want to use role as admin and user. i made one table in sqlserver2000 and specify the role then according to role how i login. plese specify the code
Signature preview salil_k_singh 11:06 15 Jul '07
-
in my project, in login form ,i want to use role as admin and user. i made one table in sqlserver2000 and specify the role then according to role how i login. plese specify the code
Signature preview salil_k_singh 11:06 15 Jul '07
I am not sure if there's any role based stuff build in, but you can store what someones role is. in the session, or call the data layer to tell you this based on the login. The idea is, your login user has one or more roles, then the roles define what can be done. You use roles so you can specify what a group of people can do, not just one person.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
in my project, in login form ,i want to use role as admin and user. i made one table in sqlserver2000 and specify the role then according to role how i login. plese specify the code
Signature preview salil_k_singh 11:06 15 Jul '07