Re: Client validation not firing

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Marina (someone_at_nospam.com)
Date: 03/01/05


Date: Tue, 1 Mar 2005 12:38:34 -0500

Are you sure there are no javascript errors on the page that could be
interfering? Unless you have your IE settings set to display every error,
you would just get an icon in the lower left hand corner.

Also, try creating just the most basic page to reproduce this problem. Try
it in both the apps that work, and the one that doesn't. If the basic page
works, then there is some issue with your app.

"John Dalberg" <john_dd@hotmail.com> wrote in message
news:xu2zy8bntp1a$.w60b00hldfz1$.dlg@40tude.net...
>
>
> I have an aspx page that was developed initially in Dreamweaver as a
> regular html file. I have added a few textboxes and required validators.
> The problem is that the client side validation is not firing. Only server
> side is working
>
> - I have verified javascript is enabled
> - aspnet_client folder is present. Other aspx apps with validation work
> fine.
> - I can see validation JS code in the html plus the "onsubmit="if
> (!ValidatorOnSubmit()) return false;" part in the form tag.
>
> - I have "<meta content=JavaScript name=vs_defaultClientScript>"
>
> Is there something else I might have missed?
>
>
> --
> John Dalberg