at first, i don't know why you don't use an
it will give you what you want exactly with less effort if it is: it would be like that:
you can create items in it dynamically like this:
ListItem item = new ListItem("Text");
_radioButtonList.Items.Add(item);
and to get SelectedItem , its Text or Value just do like that:
ListItem item=_radioButtonList.SelectedItem;
string selectedItemText=_radioButtonList.SelectedItem.Text;
string selectedItemValue=_radioButtonList.SelectedValue;
you can take SelectedValue in the Save Button Click
Sincerely, Ibrahim Hebish | SharePoint Software Developer |GlobeSoft(Comp)| EX:EgyptNetwork(Comp) M: +201281744594 Email: Pronto.cs@gmail.com