I have two group boxes in which I have by 3 radio buttons and I want the selected value of the radio button to be inserted in the database.
I use this below code but its not working. Regarding the table, I have only one row for this value to be inserted
sqlDataAdapter1.InsertCommand.Parameters.Add("@n", SqlDbType.VarChar).Value = this.groupKamera.Checked.ToString();