add node names from an xml file into a combobox using c#
Posted
by syedsaleemss
on Stack Overflow
See other posts from Stack Overflow
or by syedsaleemss
Published on 2010-05-11T12:08:41Z
Indexed on
2010/05/11
12:14 UTC
Read the original article
Hit count: 338
c#
Im using c#.net windows form applpication. I have an xml file which contains many nodes. How can I get the names of those nodes into a combobox. If possible avoid duplicate names.
© Stack Overflow or respective owner