M
Mufasa
I have a page where there's some math being done between a couple of fields.
They are autopostback so essentially it won't let them go on if certain
conditions aren't met. If the person tabs out of one of the fields I do the
checks and if they pass I move to the next field. But if don't I want it to
stay on the field.
I've got all that working except if somebody enters a value and then clicks
a different field, since I don't know what the field is they clicked on, it
just moves to the next field on the screen which is annoying.
I've seen the CompateValidator but that only can compare one field to
another field. I'm actually going to have to do some math before the
compare.
Anybody have any suggestions?
TIA - Jeff.
They are autopostback so essentially it won't let them go on if certain
conditions aren't met. If the person tabs out of one of the fields I do the
checks and if they pass I move to the next field. But if don't I want it to
stay on the field.
I've got all that working except if somebody enters a value and then clicks
a different field, since I don't know what the field is they clicked on, it
just moves to the next field on the screen which is annoying.
I've seen the CompateValidator but that only can compare one field to
another field. I'm actually going to have to do some math before the
compare.
Anybody have any suggestions?
TIA - Jeff.