votes
How do I bind radio buttons to MySQL database in C#?
Hey everyone, I have a window form in which I want to bind the attribute value (Gender) with 2 radio buttons (Male and Female) ,,, I also want that if I browse for a record..the saved value (Male or Female) appears to user by checking the c ...
