Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there any way to use the RangeValidator with a MinimumValue, but no MaximumValue? Thanks, Kevin
Have u tried NOT setting the maxvalue? ie: set the min but ignore the max that should work...
I have and I get the exception "The MaximumValue cannot be less than the MinimumValue 0 of ValidUnitAmount". Kevin