I have a group box contains radio buttons eg.
o Male o Female
o Male
o Female
i want my code to get the sel
To Get the Value when the radio button is checked
if (rdbtnSN06.IsChecked == true) { string RadiobuttonContent =Convert.ToString(rdbtnSN06.Content.ToString()); } else { string RadiobuttonContent =Convert.ToString(rdbtnSN07.Content.ToString()); }