Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
1 Posted Topic
samply, you execute a SQL statement that select all the ID's from your table that meet the condition: WHERE Username = ' + textbox1.text + ' AND Password = ' + textbox2.text if the user is exist and the password is correct you should get one row in the datareader …
The End.
esmaeel2001