flippindog
New Member
My application design is like that:http://postimage.org/image/jts1oqimt/ (not enough reputation to post images)I have managed to load XML file into the DataSet and display the content in DataGridView.\[code\] ds.ReadXml(xmlFileName); dataGridView1.DataSource = ds; dataGridView1.DataMember = "Item";\[/code\]I have a problem how to View in TextBox Title for example. DataSet object has to contain column collection that refer to XML fields.Any help with only one , ie. Title. If I see an approach I would figure out next.