Hi,
I am very new to .Net and am trying to learn the ropes but everytime I try I get stumped. I am trying to do 2 things: 1) log a user in using an remote SQL 2000 server, 2) set 5 diffrent session variables once the username/password has been verified from the database.
My problem is two fold; I need a basic walk-through on how to configure the login control to work (or an effective way to log a user in), and I also need to learn how to retrieve data from the database upon verification of usrname/password and set certain fields from the database as session variables.
Can someone please assist me or point me in to the right direction?
I'm using VB.