Databinding ListView or PropertyGrid Control

Dec 19 2005 10:28 AM
I would really appreciate any help on this topic. I'm developing a C# Windows Application using .NET 2.0. I'm loading an XML file into a DataView and would like to bind certain fields from the DataView into a ListView control. I thought the DataBindings property on the ListView would allow me to bind my DataView, but I just can't seem to get it working. It would also be really nice if I could bind a PropertyGrid control in the same fashion. Thanks again.