Login Navigation
-
-
I'm using the in-build login feature for my web sites login with roles Roles:Staff,Manager I would like to know how to set the login so that when the staff logs in he/she is directed to staff page instantly this also has to be the same for the manager
duo!@# wrote:
in-build login feature
Don't know what is that are you saying about built in login control ? Any way for that if you have home page then in home page check the credetials for the logged in user according to that make server.transfer to respective page
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
duo!@# wrote:
in-build login feature
Don't know what is that are you saying about built in login control ? Any way for that if you have home page then in home page check the credetials for the logged in user according to that make server.transfer to respective page
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
What i meant by build in login control, instead of having a code based login which validates from the database. You get to pick up login controls from the toolbox and use the asp.net config to set roles and users. To make it short an easier way of creating logins.:omg::wtf: