P
pas07920
How can I update a dataset loaded with data from an xml file?
The structure of the xml:
<Poll>
<Choice>First Choice</Choice>
<Value>0</Value>
</Poll>
....
....
I think I want to load a dataset with the data, update the dataset, then
write it back to the xml file.
Question: how do I update the dataset? The choice will be made by selecting
a radio button
The structure of the xml:
<Poll>
<Choice>First Choice</Choice>
<Value>0</Value>
</Poll>
....
....
I think I want to load a dataset with the data, update the dataset, then
write it back to the xml file.
Question: how do I update the dataset? The choice will be made by selecting
a radio button