Re: Client validation not firing
From: John Dalberg (john_dd_at_hotmail.com)
Date: 03/01/05
- Next message: John Dalberg: "Re: Client validation not firing"
- Previous message: Marina: "Re: MS_POSITIONING="GridLayout""
- In reply to: Marina: "Re: Client validation not firing"
- Next in thread: Marina: "Re: Client validation not firing"
- Reply: Marina: "Re: Client validation not firing"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Mar 2005 10:26:08 -0800
On Tue, 1 Mar 2005 12:38:34 -0500, Marina wrote:
> 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.
There are no Javascript errors. I haven't created any of my own and there's
no icon when I submit the form.
A basic app from VS will work. I tool a Dreamweaver html page and I have
been converting the html controls to asp.net. I have been looking in what
VS creates and adding them into the dw one. I even added a dummy textbox
and a validation control from the toolbox just to have vs add the extras if
they are missing. Even the clientscript for that textbox didn't fire.
Enableclientscript is enabled. I am missing something but can't find it.
-- John Dalberg > > "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
- Next message: John Dalberg: "Re: Client validation not firing"
- Previous message: Marina: "Re: MS_POSITIONING="GridLayout""
- In reply to: Marina: "Re: Client validation not firing"
- Next in thread: Marina: "Re: Client validation not firing"
- Reply: Marina: "Re: Client validation not firing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|