This question is locked. New answers and comments are not allowed.
I need to add a list of items to a radlistbox control, and I can do it fine with the MS version, but this does not work. I am using the following syntax:
Me.RadListBox2.Items.Add("test11")
Me.MediaListVisible.Items.Add("test11")
Can anyone give me some examples please?
Thanks in advance..
Me.RadListBox2.Items.Add("test11")
Me.MediaListVisible.Items.Add("test11")
Can anyone give me some examples please?
Thanks in advance..