I have tied the items text to list box using server side programming. I want to bind the ImageURL for the list items in the Radlistbox also programmatic ally but I dont see the ImageURL property in the list of listbox properties or the properties of the item.
I know there is a we have a HTML property something like this ImageUrl ="../App_Themes/Default/Images/
I am not using the listboxitems tag here and so can not use ImageUrl ="../App_Themes/Default/Images/. Is there any way i can use the server side programming to bing the image to the text items?
<tlr:RadListBox RenderMode="Lightweight" runat="server" ID="RadListBoxSource" Height="165px" Width="100px"
AllowTransfer="true" TransferToID="RadListBox1"
ButtonSettings-AreaWidth="30px" >
</tlr:RadListBox>
<tlr:RadListBox RenderMode="Lightweight" runat="server" ID="RadListBox1" Height="165px" Width="100px"
ButtonSettings-AreaWidth="35px" AllowReorder="true" >
</tlr:RadListBox>