Hi I was wondering if any of you have had any experience with validating a textbox for a numeric value "0"-"99"
I tried IsNumeric(CInt(textbox.text)) but that only throws an error when it is not. Even IsNumeric(textbox.text) throws an exception.
I was wondering if there was any validationcontrol or even something programmatically that you may know of. I set the textbox to posttback/autovalidate. Any ideas? Thanks.
I tried IsNumeric(CInt(textbox.text)) but that only throws an error when it is not. Even IsNumeric(textbox.text) throws an exception.
I was wondering if there was any validationcontrol or even something programmatically that you may know of. I set the textbox to posttback/autovalidate. Any ideas? Thanks.