Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/07/2010, 21:17
JeremiasBadilla
 
Fecha de Ingreso: julio-2010
Mensajes: 4
Antigüedad: 13 años, 9 meses
Puntos: 0
Respuesta: Ayuda RadioButton y DropDownList?

pero estamos hablando solo de vb o estas integrando algun desarrollo web ??



de todas formas

si es vb solamente puede ser algo asi


if me.radiobutton1.cheked then
grid2.visible = false
dropdownlist2.visible = false
grid1.visible = true
dropdownlist.visible = true
else
grid2.visible = true
dropdownlist2.visible = true
grid1.visible = false
dropdownlist.visible = false
end if



y si fuera en algun legunje web deveria hace una mencion al style y un display=none;