bueas dias,
eh estado desarrollando un webpart en el cual quiero agregar radio buttons para lo cual utilizo RadiobuttonList y a este es al que le agrego un evenlistener mi codigo es el siguiente
RbL_FormatType = new RadioButtonList();
RbL_FormatType.Items.Add("Herramientas");
RbL_FormatType.Items.Add("Registro");
RbL_FormatType.SelectedValue = "Herramientas";
//RbL_FormatType.SelectedIndexChanged += new EventHandler(IndexChanged);
el cual al ejecutarlo y estar intercalando la seleccion de los radiobuttons el evento no se desata