Using compare validator

Is then possible that when you use a compare validator, it treats the comparetocontrol against valuetocompare as int even the type was String? sometimes the string was overlooked:D…thanks

You can only use one type per form element (String, Integer, Date, .ect). For example, you would add this to the comparevalidator:


Type="Integer"

I guess that is what you are talking about.