string rdValues=""; foreach (RepeaterItem ri in RepDetails.Items) { RadioButton rd = (RadioButton)ri.FindControl("rdioId1"); if (rd.Checked == true) { rdValues=rdValues+rd.Text; } }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)