Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/03/2009, 02:13
Avatar de kennyhp
kennyhp
 
Fecha de Ingreso: julio-2006
Mensajes: 370
Antigüedad: 17 años, 10 meses
Puntos: 5
Respuesta: No me funciona ClientScript.RegisterStartupScript

Prueba así:

Código:
Protected Sub FormView1_ModeChanged(ByVal sender As Object, ByVal e As System.EventArgs)

	ClientScript.RegisterStartupScript(Me.GetType(), "ClientScript", "<script type=""text/javascript"">alert('el modo se ha cambiado')</script>", True)

End Sub