1
vote
CompareValidator inside an UpdatePanel - VS2008
You could turn off client-side validation for that Validator.
EnableClientScript="false"
This would mean a round-trip to the server to report an invalid state, tho …
