tarunkapoor
Member
- Joined
- Apr 10, 2005
- Messages
- 17
- Programming Experience
- 3-5
Cant bind radio button to a text column [RESOLVED]
Hi,
I have two radio buttons in a group box in my form which i want to bind to a text column in my database. The column can have two text values "Share" or "Bond". I want the first radiobutton to be checked if the clumn has a value "Share" and the second one to be checked when the value is "Bond". Also, I want the database to be updated if the radio buttons are changed.I tried binding the checked property of the radio button to the text column but it doesnt work. Any help will be appreciated.
Thanks !!
Hi,
I have two radio buttons in a group box in my form which i want to bind to a text column in my database. The column can have two text values "Share" or "Bond". I want the first radiobutton to be checked if the clumn has a value "Share" and the second one to be checked when the value is "Bond". Also, I want the database to be updated if the radio buttons are changed.I tried binding the checked property of the radio button to the text column but it doesnt work. Any help will be appreciated.
Thanks !!
Last edited: