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...thanks
| SitePoint Sponsor |
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...thanks




You can only use one type per form element (String, Integer, Date, .ect). For example, you would add this to the comparevalidator:
I guess that is what you are talking about.Code:Type="Integer"
Chuck Norris is so tough, mosquitos ask for permission before they bite him
Bookmarks