Wednesday, November 27, 2013

Password Login Help

I am using visual studio express 2012 and I am developing a program. I need to be able to login from text boxes that read data against a text file. I have a text file named PasswordFile its formated like:


Able, AblePass, Apples, 1/1/01

Babson, BabsonPass, Bubbles, 2/2/02

Baker, BakerPass, Babboon, 3/3/03

Charlie, CharliePass, Catman99, 4/4/04


The username for Baker is BakerPass and the password is Babboon for example.


I need to read from two text boxes from a login form called txtUsername and txtPassword

I have a button called btnSubmit that when clicked checks data from these two text boxes against the text file from the second and third column of the text file. Any ideas?


No comments:

Post a Comment