Hi there,
Is it possible to cast the items of RadListBox to a Generic list?
Currently, when i populate the RadListBox, i do so:
listBox.DataSource = ItemList;//ItemList is a Generic list like so: List<ItmList>
listBox.DataBind();
This works fine, but how to i cast the items thats already inside the listbox back to the Generic List(List<ItmList>)?
Hope i can get some help soon.
Regards,
Dexter
Is it possible to cast the items of RadListBox to a Generic list?
Currently, when i populate the RadListBox, i do so:
listBox.DataSource = ItemList;//ItemList is a Generic list like so: List<ItmList>
listBox.DataBind();
This works fine, but how to i cast the items thats already inside the listbox back to the Generic List(List<ItmList>)?
Hope i can get some help soon.
Regards,
Dexter