I'm using a SQL Server2000.
AsP.Net Login Page Problem
Page 1 of 12 Replies - 2963 Views - Last Post: 19 April 2006 - 11:52 AM
#1
AsP.Net Login Page Problem
Posted 04 April 2006 - 08:30 AM
Hey, I have a project with asp.net and i have to create a login page. My problem is that it deals with ms sql and i am having problems getting the information and then comparing it to what was entered.
I'm using a SQL Server2000.
I'm using a SQL Server2000.
Replies To: AsP.Net Login Page Problem
#2
Re: AsP.Net Login Page Problem
Posted 04 April 2006 - 09:00 AM
what do you have so far?
#3
Re: AsP.Net Login Page Problem
Posted 19 April 2006 - 11:52 AM
All you need to do is create a login form where you can receive the login inputs.
Once the user submits the data, do a query on your database with the username or userid. If there is an entry in the database with the same username, compare the password received with the password that is in the database. If there is a match, then you would need to create a session.
This is the general idea. Hope it helps.
Once the user submits the data, do a query on your database with the username or userid. If there is an entry in the database with the same username, compare the password received with the password that is in the database. If there is a match, then you would need to create a session.
This is the general idea. Hope it helps.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|