I have a website with validator controls. They seem to do the job of validating when the user clicks the SUBMIT button. So why have the Page.validate method and the " if page.isvalid then" statements in the code-behind? I suppose the user could turn off javascript, but then the page.isvalid wouldn't help anyway.
-- Thanks,
Gid