databinding with RadioButtons

quwiltw

Contributor
Joined
Sep 18, 2001
Messages
486
Location
Washington, D.C.
I've got a column in one table that has a TypeID that is one of three "Types" in another table in the database. Pls ignore whether the RadioButton is the best control to use, and let me know how to go about binding to these three based on one column in the datatable.

I did try to go about creating three extra boolean columns that had expressions on them that returned true if the current TypeID was theirs, but that's a read-only answer. Thanks for any tips.
 
Back
Top