How to read xml into ListBox And TextBoxes
I wont to read xml file so that ListBox is populated by the first column values of the xml table.
If some items in ListBox is selected - textboxes should display the corresponding vallue (column/row) from xml table.
Also - if I change the value of listBox or texboxes - how to update xml file.
In one word - i need an funktional xml one-table-database.
Is it possible? I tried menu times, but...
I use visual c# - studio 2010.
Thanks a lot - in advance.