RequiredFieldValidator not working

  • Thread starter Thread starter Marcio Kleemann
  • Start date Start date
M

Marcio Kleemann

I have a form with 2 fields that are required. The Validator works fine on
the development machine. When the application is copied to the production
web server, the Validator controls seem to not work, that is, you are able
to submit the form when the required fields are empty. Is there something I
should be looking for on the server regarding this?
 
Make sure that the aspnet_client folder (and all files) is at the root of
the site. You can just copy the one from the development machine.

Karl
 
That did it. Thanks!

Karl said:
Make sure that the aspnet_client folder (and all files) is at the root of
the site. You can just copy the one from the development machine.

Karl


something
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top