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
Steve Johnson
NA
2
7k
Loading XML data with XDocument
May 3 2013 1:52 PM
Hi,
Sorry, I know there a lot of resources on the web for this, it's just the structure of an XML file really confuses me.
I have managed to load the data in using XDocument like so:
private XDocument data;
string URL = "data here"
data = XDocument.Load(URL);
data now contains all of the XML data.
But now I wish to put all the data into a list, so I declare a new list:
private List<string>xmlDataList;
Thanks
Reply
Answers (
1
)
Save from DataGridView c# to database
Why are properties required in C#