Hi - I need to get the data value of the item that has been transferred using code behind. Please could you give me an example. Thank you.
Protected Sub RadListBox2_Inserted(ByVal sender As Object, ByVal e As RadListBoxEventArgs)
.....code to get the data value of the item that was transferred......
End Sub