ASP.Net has packed with a handful of inbuilt validation control that assists us in client side input validations. So, the validation function is called when we leave the field every time, i.e. something like on blur. it will be better if the validation occurs only when we submit the form and not on blur.Enabling All Page Validators to Fire Only on Submit.Access Validator control in javascript.
