G
Guest
to Is there an easy way, to bind some xmlNodeList? I tried to write a public
class property that read the xmlNode and returned List(Of String) containing
the element names, which are what I want to display in the comboBox. I'm
finding millions of examples of simple databinding to a text box, or binding
datatable to datagridview.... but not much on comboBoxes or XML. Thanks for
anything.
class property that read the xmlNode and returned List(Of String) containing
the element names, which are what I want to display in the comboBox. I'm
finding millions of examples of simple databinding to a text box, or binding
datatable to datagridview.... but not much on comboBoxes or XML. Thanks for
anything.