RangeValidator error converting type
ASP.NET
1
Posts
1
Posters
2
Views
1
Watching
-
One of our asp .net pages has a RangeValidator control set as type Date, with MaximumValue="1/1/9999". When the page loads, the textbox control that the validator validates, is blank. On the majority of servers, the page loads fine. However, with one of the servers, when the page loads, the following error appears: The value '1/1/9999' of the MaximumValue property of 'rngDate' cannot be converted to type 'Date'. There is another page that has a similar validator, but it's text box starts with a value. That page loads fine on this server. Any ideas? :confused: