radioButton and databindgin

  • Thread starter Thread starter Willian Lopes
  • Start date Start date
W

Willian Lopes

Hi!
I've two radiobuttons into a groupbox. How do I to use these radiobuttons
with databinding? Example: If I click the first options into my database is
saved the value "M", if I click the second option into my databased is saved
the value "F". How do I do this?

Thanks,

Willian
 
Willian said:
Hi!
I've two radiobuttons into a groupbox. How do I to use these
radiobuttons with databinding? Example: If I click the first options
into my database is saved the value "M", if I click the second option
into my databased is saved the value "F". How do I do this?

William:

Just add handlers for each button.
 
Back
Top