I don't know how to do this in windows application. I have a query to select all from a table and bind its value to the objects but I don't know how to do this with radiobuttons.
I usually do my code like this in ASP.net for radiobutton to determine the check value. radioGender.SelectedValue = dr("IntendBreed").ToString()
In windows applications, there's no radiobuttonlist and no selectedvalue etc. How to do this?