I need to bind the xml data to treeview just with the tagnames. example:
<Tools>
<Bin>
<EAN128u.dll />
<NetSet.dll />
<MaxicodeWizardu.dll />
<HIBC.dll />
</Bin>
I have a xml which describes the TreeView control view. So the TreeView nodes must have the names of tags. Thank you.