No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
hi all, i am trying to display a xml file in a datagridview. i am using windows application with C#. say for example, i have a xml file like this, <xml version="1.0" encoding="UTF-8"> <maincategory> <cat1> <title>Category1</title> <link>http://www.w3schools.com</link> <description><img src="[url]http://static.ibnlive.com/pix/sitepi...tu90.jpg"[/url] alt="some description</description> </cat1> <cat2> <title>Category2</title> <link>http://www.ibnlive.com</link> <description><img src="[url]http://static.ibnlive.com/pix/sitepi...te90.jpg"[/url] some description</description> </cat2> …
The End.
sowmiyar