hi.
thank you for your help.
i wonder to ask about a way to read data from an XML file and insert them to a rad list box.
my xml structure is like this:
i want to load value of <image> tag into image url propertie and value of <text> tag to text propertie of each item in radlistbox.
thank you for your help.
i wonder to ask about a way to read data from an XML file and insert them to a rad list box.
my xml structure is like this:
<Title> <Images> <Image> 1.jpg</Image> <text>something</text> <Images> . . .<Title>