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
raju patil
NA
54
8.3k
how to save a xml file into listbox in C#
Oct 9 2014 8:15 AM
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfMyObject xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<myObject>
<Column1> amar </Column1>
</myObject>
<myObject>
<Column1> pradeep </Column1>
</myObject>
<myObject>
<Column1> rahul </Column1>
</myObject>
</ArrayOfMyObject>
in above xml file i want to retrieve only the column1 values in listbox. could someone please tell me how to do it , i m new to C#
Reply
Answers (
4
)
Creating an instance of a class
How to implement Camera Viewer (video audio streaming) in C#