Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/09/2013, 09:32
Avatar de murdoc92
murdoc92
 
Fecha de Ingreso: mayo-2012
Ubicación: Santiago
Mensajes: 58
Antigüedad: 12 años
Puntos: 3
Respuesta: Ejecutar evento presionando enter en formulario

$('#_txtNombre').bind('keyup', function (e) {
var key = e.keyCode || e.which;
if (key === 13) {
getUsersDirectory();
};
});

Agrega ese script (necesitas jquery) y coloca el ClientIDMode es static en el texbox