tags:

views:

35

answers:

1

Hi

G'day.

I just want to write a simple application about XML and ListView Control with C#. Any good tutorial? thank you!

A: 

Simple? With XML? And a ListView? Good luck.

However, this link shows how to start using an ObjectListView, which is a wrapper around a standard .NET WinForms ListView. In the demo of ObjectListView, the "Data" tab show how to load an XML file into a DataSet, and then show that DataSet in a DataListView (which is a data bindable version of an ObjectListView).

That should be a start, at least.

Grammarian