TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
milton train
NA
1
0
hlep wiht login form/xml..
Feb 27 2009 8:16 AM
I am workign on a program and the only part i have left to complete it the login form.....
i have used an xml file to store my customer data like so...
<?xml version="1.0" encoding="utf-8" ?>
<Customers>
<Customer>
<FirstName>Jim</FirstName>
<LastName>Jones</LastName>
<Email>
[email protected]
</Email>
<Password>jjones</Password>
<IDnumber>1637</IDnumber>
<LoginID>1637</LoginID>
</Customer>
</Customers>
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 frmcustomermaintenance.show
i know im prolly gonna ahve to use selectsinglenode or something like that ....but ive eben tryin and its not working, i dont have much experience using xml fiels so if someone could help me out it would be much appreciated.
thanks
MILT
Reply
Answers (
0
)
help!! element name changes case during xml serialization
transfer data from xml to database table