PRADO QuickStart Tutorial
Sample
Copyright © 2006-2024
The PRADO Group
TCompareValidator Samples
Note:
TCompareValidator will start to validate only if both inputs are not empty.
Compare validator with default settings:
The two textboxes must have the same value.
Compare validator with client-side validation disabled:
The two textboxes must have the same value.
Comparing with a constant value:
You must enter 'test'.
Comparing with an integer:
You must enter an integer greater than 100.