Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
157 Points
84 Posts
May 07, 2012 04:48 AM|LINK
I have an XML file which looks like this
<ss:demo> <ss:Name> <ss:FirstName>First</ss:FirstName> <ss:SecondName>Second</ss:SecondName> </ss:Name> <ss:country code=IN>India</ss:country> </ss:demo>
How can I read this using C#. Please help me in this. which will be easiest way for reading it? I tried to read it into a DataSet but its showing some error.
smilu.net
Member
157 Points
84 Posts
How to read XML in C#?
May 07, 2012 04:48 AM|LINK
I have an XML file which looks like this
<ss:demo> <ss:Name> <ss:FirstName>First</ss:FirstName> <ss:SecondName>Second</ss:SecondName> </ss:Name> <ss:country code=IN>India</ss:country> </ss:demo>How can I read this using C#. Please help me in this. which will be easiest way for reading it? I tried to read it into a DataSet but its showing some error.