hi guys, newbie here, I want to make a login page based on VB.NET language and I have a problem
basically, I have a SQL database table named XYZ and the columns are id, username, password, and type
type is to determine wether the user logging in is a user or an admin
so, how to verify that? let's say if I log in as user I will be forwared to user page and if I log in as admin I will be forwarded to admin page...