4
Answers

How to Validate User Login in asp.net using DataSet?

Photo of rani m  mk

rani m mk

13y
6k
1
Hi friends,

When user inputs username and password how to validate user against many users in database?
I dont want to use open connection ie DataReader for this.. After loading DataSet with all the users from the table in SQL how can i check to validate the login?

Please guide

Answers (4)