He probado de muchas maneras:
'Dim radiobuttonlist1 As RadioButtonList
'RadioButtonList1.SelectedItem.Text = "ext"
'RadioButtonList1.SelectedValue = "ext"
'RadioButtonList1.SelectedItem.Value = "ext"
'radiobuttonlist1.SelectedValue.ToString("ext")
'RadioButtonList1.SelectedItem.Value.ToString("ext ")
'RadioButtonList1.Items.Item = "ext"
'RadioButtonList1.Text = "ext"
'RadioButtonList1.SelectedItem.Text = "ext"
todas me dan fallo o no hacen nada.
Si alguien me pudiera indicar se lo agradecería mucho.
Saludos.
