Unlike web programming, radiobutton needs to be group by a groupbox, panel etc. and that's what i'm confused at. I have two radiobutton that is 'yes' and 'no', what I want is to determine what object to declare in parameters used for the two to get its value.
My code
cmd.Parameters.Add("@yesno", SqlDbType.NVarchar).Value = ??