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.

Go to topic 33894

Return to index page 489
Return to index page 488
Return to index page 487
Return to index page 486
Return to index page 485
Return to index page 484
Return to index page 483
Return to index page 482
Return to index page 481
Return to index page 480