hi there
am bulding a system that have two types of users admin and users
in the login page i want when the users enter there username
if the username is in the admin table redirect to admin page
and if the username is in tha applicant table redirect to applicant page
how i do this ??
plz help
am using asp.net and C#