I have an xml data island that has the following structure
<root>
<level1 name='blahblah'>
<level2 name='blahblah'>
<level3>blah</level3>
<level3>blah</level3>
<level3>blah</level3>
<level3>blah</level3>
</level2>
<level2>
<level3>blah</level3>
</level2>
</level1>
</level1>
...
...
</root>
I am having real trouble binding drop down lists to this data.
I have tried both the <asp:dropdownlist> and standard HTML <select> list
If anyone out there has an example of how to do this it would be much appreciated
Thanks in advance
Start Free Trial