Client side validations

Question : After installing .NET Framework SP1 the client side validations, or rather validator controls are not working?

Answer :The problem seems to be in the javascript file WebValidationUi.js in aspnet_client folder.The changes in that file prevent a page to be submitted. That could be the reason your javascript validations are not working. As a workaround, just copy the old WebValidateionUi.js over the new one.