Authentication users
Hi,
I have a form with Username and Password Field.
Also in my Tbl_Users table, I have stored username and password for users in Username, Password columns.
What i want to do now is, when somone enter username and password to go to table (I am using SQLExpres db.) check is there user with provided password and if there is user to create Session "USER" with USER_ID (which I get from Tbl_Users table, column UserID)
I am using C#
Thanks in advance
|