This question is locked. New answers and comments are not allowed.
Hello,
Since the IntegerTextBox doesn't prevent out-of-range values from being typed in, they can be submitted. Now the model validates this invalid value and the view is supposed to be redisplayed with the model including the invalid values to allows for corrections. However, the IntegerTextBox throws an exception because the invalid value is outside the min/max range. How can I redisplay the invalid value in an IntegerTextBox for user correction?
Thanks,
Kelly
Since the IntegerTextBox doesn't prevent out-of-range values from being typed in, they can be submitted. Now the model validates this invalid value and the view is supposed to be redisplayed with the model including the invalid values to allows for corrections. However, the IntegerTextBox throws an exception because the invalid value is outside the min/max range. How can I redisplay the invalid value in an IntegerTextBox for user correction?
Thanks,
Kelly