datepicker and two year dates with asp.net validators don't work in asp.net 3.5
The datepicker and the Asp.Net validators have errors in .Net 3.5. In I.E. you get the javascript message: "Error: Unable to get value of the property 'length': object is null or undefined" when the text box loses focus. In Chrome and Firefox it simply does not work. There is a common workaround on the internet to add a select method, but it does not work.
Suggested workaround id to add an empty onSelect handler.
onSelect: function () { }
ref:
But as I said, this does not work. I know we need to upgrade to .Net 4.0, but we can't do that immediately. Any help is appreciated.
Thanks,
Byron