![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
07/06/2011, 15:27
|
![Avatar de jairoortiz](http://static.forosdelweb.com/customavatars/avatar356666_1.gif) | | | Fecha de Ingreso: junio-2010 Ubicación: Barranquilla
Mensajes: 27
Antigüedad: 14 años, 8 meses Puntos: 3 | |
Respuesta: radiobutton dentro de repeater Hola, puedes usar un RadioButtonList, aqui te dejo el codigo:
<asp:RadioButtonList id="radiolist1" runat="server">
<asp:ListItem selected="true">Item 1</asp:ListItem>
<asp:ListItem>Item 2</asp:ListItem>
<asp:ListItem>Item 3</asp:ListItem>
<asp:ListItem>Item 4</asp:ListItem>
</asp:RadioButtonList>
o silo prefieres solo asignale al radiobutton de html el runat="server" y le podras aplicar el findcontrol() |