How do I bind a textbox to one to many valued columns.
my table: id name statusid typeid assignerid …
I would like to bind all these to textboxes. Some of the options are:
i.make joins and form resultset accordingly<1, tom, new, query, george>
ii.bind the sub table values to combobox and set selected value property accordingly
are there any other techniques?
I found another solution using Entity framework. EF is too cool!