Hi,
I have got three radio buttons
o Yes (Db Value= 1)
o No (Db Value= 2)
o Maybe (Db Value= 3)
The data is stored on DB on one field as tinyint. I would like to bind
the data row to windows form. how can I bind that data to the radios? I
think It must not be so diffucult :). But I am better on web forms and
it is much more easy to binding on web pages. Is there something that I
do not aware of?
I do not want to use drop down... :'(
Thanks...