ASP.NET 4.0 site
What could be a better practice for using both ASP.NET server side form validation + jQuery client validation? I found that if using control with ASP.NET form validator controls, the TextBox tag will be populated as in HTML with a long ID. Will this long ID causing any trouble when using jQuery validation lib due to the ID is not easily predictable? Please advise.