Ver Mensaje Individual
  #9 (permalink)  
Antiguo 22/03/2005, 10:07
Avatar de RootK
RootK
Moderador
 
Fecha de Ingreso: febrero-2002
Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 22 años, 4 meses
Puntos: 50
Ya intentaste de ésta forma:


Cita:
If Not Page.IsPostBack Then
DropDownList4.DataTextField = "equipo"
DropDownList4.DataSource = MyQueryMethod4()
DropDownList4.DataBind()

DropDownList1.Items.Insert(0, "Seleccione un item")
DropDownList1.SelectedIndex = 0

End If
End Sub

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

Exentrit - Soluciones SharePoint & Net