Hello,
i have a XMLDocument from Webservice and i will show this in a RadListBox Control. The XML Document:
    
Can i load this in the RadListBox? Can i show this in two columns? I need the "name"-Tag for an icon (I have different icons for the different "name"-Tags) , the "text"-Tag and the "time"-Tag. Is that possible?
br
Reiner
                                i have a XMLDocument from Webservice and i will show this in a RadListBox Control. The XML Document:
| <?xml version="1.0" encoding="utf-8" ?> | 
| <controls> | 
| <control id="123" name="stream" text="stream1.wma" time="300" /> | 
| <control id="9023" name="picture" text="bild1.jpg" time="800" /> | 
| <control id="9023" name="picture" text="bild2.jpg" time="800" /> | 
| ... | 
| </controls> | 
Can i load this in the RadListBox? Can i show this in two columns? I need the "name"-Tag for an icon (I have different icons for the different "name"-Tags) , the "text"-Tag and the "time"-Tag. Is that possible?
br
Reiner
