I have a listview that I am binding to two different sources. I am trying to set the binding for a label field in code behind but is doesn work.
In the xaml, the first example (commented line) works, but I need to set from code. The second example (with binding removed) doesn't work.
What am I doing wrong?