Hello,
I am currently trying to transfer RadListBox items from one control to another using programming code (Csharp).
Here is my setup:
(Missing info in SqlDataSource was intentional).
Every time I run this, I get "Object Reference not set to an instance of an object." on the RadListBoxItem founditem line in the CSharp code.
What am I doing wrong?