Im currently using a login form, and I have 2 text box's, and one login button. I decided to use an if statment like...
If textbox1.text = whatever and
textbox2.text = whatever.
I want to use a database instead to verify the username and password. I have a SQL database, and a table named employee with a row for Username, and Pass. I allready established the connection, Im not sure though on how to set the properties and the button click event. Any help would be great!
Thanks
If textbox1.text = whatever and
textbox2.text = whatever.
I want to use a database instead to verify the username and password. I have a SQL database, and a table named employee with a row for Username, and Pass. I allready established the connection, Im not sure though on how to set the properties and the button click event. Any help would be great!
Thanks