How to Validate User Login in asp.net using DataSet?
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