I would like to bind dynamically created radiobuttons to a lookup table.
Taking this is a step farther, how would I do this and bind the selected radiobutton to my linq object.
Everything on my form is databound except my radiobuttons and it is killing me that this is the one thing that I can't get to work.
So the data that you get from the Linq query is a collection (IEnumerable),right? Does setting this collection as a DataContext to a container of elements and then binding expression not work?
I tried this with an example and it did not work -- I can try again and post my code.