Login Controls from toolbox
-
For my website i'm using the login controls from the toolbox of visual web developer. When a staff gets validated he/she gets directed to the staff page instantly When a Manager gets validate he/she gets directed to the manager page instantly. Anyone has any clue as to how to do this.:cool::cool::rose: I hate using a code based login.
-
For my website i'm using the login controls from the toolbox of visual web developer. When a staff gets validated he/she gets directed to the staff page instantly When a Manager gets validate he/she gets directed to the manager page instantly. Anyone has any clue as to how to do this.:cool::cool::rose: I hate using a code based login.
just check the credentials Put one Home page or any page after login in that check the type of user from database or where you are storing then have if or switch statement check the credentials then just transfer to that 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... "
-
just check the credentials Put one Home page or any page after login in that check the type of user from database or where you are storing then have if or switch statement check the credentials then just transfer to that 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... "
-
For my website i'm using the login controls from the toolbox of visual web developer. When a staff gets validated he/she gets directed to the staff page instantly When a Manager gets validate he/she gets directed to the manager page instantly. Anyone has any clue as to how to do this.:cool::cool::rose: I hate using a code based login.
follow the steps 1.create two folders one.Manager and other Staff 2.Put all MAnager related pages in manager folder and all Staff related in staff folder. 3.create two roles.one for manager and other staff. 4.On login check role of the user and redirected to respective page. 5.in web.config file under location tag specify allow roles for each folder. any problem ?
satyaki mishra