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
weapon_x33
NA
18
0
XML and C#
Dec 18 2003 6:29 PM
Hi, I want to make a simple console application in C# using XML. What I want it to do is: -check to see if the XML file exists. If it does, retreive the info from it. If it doesn't, create it. -be able to display the info in the XML file. -be able to modify, add or delete entries The info in the XML file is simple, I'm just doing this for both fun and convenience: what I want to put in the XML file is a list of all my comic books with series name, title, author, number, ISBN and publisher. I've been looking around a little but some things I have tried have not worked. Can someone give me a hand or point out a tutorial or something. Thanks for your time!
Reply
Answers (
10
)
Windows service + window
Combo box user selection sent to a different table..Help