Averiguar si un textbox contiene un numero o letras

23/07/2004 - 12:51 por XusQ | Informe spam
Como puedo averiguarlo?

Gracias.
 

Leer las respuestas

#1 Patrick Espinosa
23/07/2004 - 13:13 | Informe spam
En JScript puedes utilizar el método parseInt, ejem:

parseInt("abc") // Devuelve NaN.
parseInt("12abc") // Devuelve 12.

O si lo quieres que quieres es validar el texto usando un control Web Form,
están el RangeValidator, RegularExpressionValidator y el CustomValidator.


"XusQ" wrote in message
news:
Como puedo averiguarlo?

Gracias.


Preguntas similares