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
Mangesh barmate
NA
118
136.3k
How to process XML data into collection in c#.NET?
Jan 27 2013 12:23 AM
Hi,
In my sql table one of column having XML column which hold data in xml format.
I want to fetch that sql table xml column data into c# code, stored it into string variable. once i store it into string variable i want to store all xml attribute key and value into Collection.
Note-->
XML column data available in below format
<customer>
<pri_one>1</pri_one>
<cust_name>A</cust_name>
</customer>
How i achieve it in c#.net?
Please suggest any one approach!
Reply
Answers (
1
)
C# 2010 accessing excel spreadsheet
Regex problem