how to find user_type in asp.net?
I have login page with users having 3 user typs. from login im capturig user id and password. but i want to check user_type field and depending on that redirect to diferent pages after login. please advice me
You have to do something like this if you want to read from DB.