J
John Sutor
Here is te problem. I have a text box that I only allow numbers or decimals
to be entered (using an event delegate). The max number of characters I
allow is 4. The highest number that they should be able to enter is 1.25
and the lowest is 0.010. Currently I check the field when the leave the
control, but I need to not allow them to enter "9999" when they are typing
and not ust when they leave. Can anyone think of a way to do this?
to be entered (using an event delegate). The max number of characters I
allow is 4. The highest number that they should be able to enter is 1.25
and the lowest is 0.010. Currently I check the field when the leave the
control, but I need to not allow them to enter "9999" when they are typing
and not ust when they leave. Can anyone think of a way to do this?