Something strange is going on here. If I have an asp.net RegularExpressionValidator in the same form as a jQuery UI AutoComplete, I get the error "JavaScript runtime error: Object doesn't support property or method 'autocomplete'"If I remove the RegularExpressionValidator(s), the AutoComplete works without errors.Has anybody else experienced this and is there a fix?