snydermouse
New Member
When there's a RequiredFieldValidator that is bound to a control to be validated, the page does not flicker when its submitted. Instead, the error message shows up in the browser. But if I try to fire it from javascript by calling \[code\] if (typeof (Page_ClientValidate) == 'function') { Page_ClientValidate(validationGroup);}\[/code\]the page flickers to top. Is there a way to get the same effect with JavaScript?