Ive been tryin to get this last part to work for a while and im gettin ne where so i hope one of you guys can help me out a little
-so i want to have the user type in his username in usernametextbox.text and password in passwordtextbox.text then have the program search throu the xml file for a match loginID (username) and password....if no match is found show error message,
and if a match is found then frmCustomermaintenance.show
heres an example of the xml file
<?xml version="1.0" encoding="utf-8" ?>
<Customers>
<Customer>
<FirstName>Jim</FirstName>
<LastName>Jones</LastName>
<Email>jonesj@rowan.edu</Email>
<Password>jjones</Password>
<IDnumber>1637</IDnumber>
<LoginID>1637</LoginID>
</Customer>
</Customers>
thanks to ne one who helps....i really appreciate it
-MILT-
This post has been edited by milton7888: 26 February 2009 - 11:59 AM

New Topic/Question
Reply




MultiQuote





|