Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/03/2016, 17:20
Avatar de RootK
RootK
Moderador
 
Fecha de Ingreso: febrero-2002
Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 22 años, 2 meses
Puntos: 50
Respuesta: funciones radiobutton

Código HTML:
Ver original
  1. <asp:RadioButtonList ID="rblPrecios" [B]AutoPostBack[/B]="true" EnableViewState="true" runat="server" [B]OnSelectedIndexChanged[/B]="onrblPreciosChanged">
  2.                 <asp:ListItem Text="Dolares" Value="1"></asp:ListItem>
  3.                 <asp:ListItem Text="Pesos" Value="2"></asp:ListItem>
  4.             </asp:RadioButtonList>

y todo lo controlas con tu evento onrblPreciosChanged

más ejemplos:

http://www.dotnetfunda.com/tutorials...uttonlist.aspx

Cualquier duda por aqui seguimos

cya
__________________
Nadie roba nada ya que en la vida todo se paga . . .

Exentrit - Soluciones SharePoint & Net