all the code. For example, I'm adding users to a db, but I want to
validate the names and email addresses first. If the update fails
error messages, such as "missing first name". However, if there are no
errors in the update statement, if goes on to the next page. It never
folder was missing. I've since replaced that, but it hasn't helped.
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message news:<uqGbQp8BEHA.684@tk2msftngp13.phx.gbl>...
> no, see what this path points to on your hard drive. It should map to some
> validation files
> C:\Inetpub\wwwroot\aspnet_client\system_web\1_1_4322. Validation controls
> look to the files pointed to at this path to know how to validate
>
> --
> Regards,
> Alvin Bruney [ASP.NET MVP]
> Got tidbits? Get it here...
>
http://tinyurl.com/3he3b > "Jeff Tolman" <jeff.tolman@serra.com> wrote in message
> news:OZP4Hi5BEHA.1600@tk2msftngp13.phx.gbl...
> > Hi Alvin!
> >
> > I checked the machine.config file and it has been untouched (i.e. it's the
> > original file installed with Framework v1.1).
> >
> > As for the other suggestion, I'm not sure I understand what you mean by
> > validation folder? You mean the folder that contains the webform?
> > Basically what I have is a root web folder and the webform resides in a
> > folder one level down. The web.config file resides in the web root
> folder.
> >
> > Thanks!
> >
> > Jeff
> >
> > "Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
> > news:%23iKW1S5BEHA.464@TK2MSFTNGP11.phx.gbl...
> > > First examine to see if your validation folder in the web root is still
> > > there and you have access to it. Next, have a look at the machine config
> > > file to find out if the validation files are pointing to the folder in
> the
> > > web root
> > >
> > > --
> > > Regards,
> > > Alvin Bruney [ASP.NET MVP]
> > > Got tidbits? Get it here...
> > >
http://tinyurl.com/3he3b > > > "Jeff Tolman" <jeff.tolman@serra.com> wrote in message
> > > news:%23$3urP5BEHA.2308@tk2msftngp13.phx.gbl...
> > > > For some reason, validation is no longer working on any of my fields.
> When
> > > > I look at the source returned to the browser, I see that the
> PageValidation
> > > > variable is set to false. But why? I can't find any of the obvious
> places
> > > > in the application where this is set.
> > > >
> > > > ALL suggestions are much welcomed!
> > > >
> > > > Thanks to all!
> > > >
> > > > Jeff Tolman
> > > > jeff.tolman@enm.com
> > > >
> > > >
> > >
> > >
> >