|
Subject:
|
login authentication with database
|
|
Posted By:
|
ashkitt
|
Post Date:
|
8/16/2005 10:01:27 AM
|
in an ASP.NET Web application, in the login page, i need to compare the username and password with the ones present in the database table. im using c# and sql server2000 plz help
|
|
Reply By:
|
Imar
|
Reply Date:
|
8/16/2005 2:23:44 PM
|
You'll need some ADO.NET code that fires an inline SQL statement or a stored procedure that checks the user name and password.
What do you have so far? Can you show us some code you're having problems with? Did you Google for this?
Imar --------------------------------------- Imar Spaanjaars Everyone is unique, except for me.
|