Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2349
Radiobuttons, Dynamically Created and Databound?
posted

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.

Parents
No Data
Reply
  • 69686
    posted

    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?

Children