In my asp.net 2.0 vb application I have several textboxes that are used to enter numeric data.
Is there a javascript function I can use to prevent the entry of non numeric data for specific textboxes?
I would prefer the function ignore non numeric characters as they are entering the text into the control? Worst case, if they did enter non numeric characters, the control would blank out the field after the control loses focus.
Is there a javascript function I can use to prevent the entry of non numeric data for specific textboxes?
I would prefer the function ignore non numeric characters as they are entering the text into the control? Worst case, if they did enter non numeric characters, the control would blank out the field after the control loses focus.