SyntaxFix
Write A Post
Hire A Developer
Questions
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()); }