Ver Mensaje Individual
  #12 (permalink)  
Antiguo 09/07/2004, 00:08
diapueen
 
Fecha de Ingreso: mayo-2004
Mensajes: 17
Antigüedad: 20 años
Puntos: 0
RootK el ejemplo de VB.NET, el de

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
If Not IsPostBack Then
textInput.Attributes.Add("ONKEYUP", "lookupItem(this,this.form.selectInput)")
selectInput.Attributes.Add("ONCHANGE", "doSelectChange(this, this.form.textInput)")
End If

End Sub

me falla al escribir algo en la caja de texto. ¿Sabes pq puede ser?.