G
Guest
If I have a textbox, Let use to input a text.
I want to check the input text is integer type or no
I use isnum() to validate it, but double type also pass the validation.
I don't want to use Field Validation (asp.net) to check it
Any Function can check the input type is integer or not
Thank You X 100!!
I want to check the input text is integer type or no
I use isnum() to validate it, but double type also pass the validation.
I don't want to use Field Validation (asp.net) to check it
Any Function can check the input type is integer or not
Thank You X 100!!