J
John Holmes
I'm using the RequiredFieldValidator on 9 text boxes and then a Validation
Summary control for bringing up a message when the user tries to click a
button that makes a trip to the server. This works fine on my development
machine, but when I copy the project to my test web server the required
validation doesn't occur and the summary dialog doesn't come up. The user is
allowed to click the button and it processes the event code on the server
just like there are no Required Field Validator controls. I'm not sure why
it would work on my machine, but not on the test web server. I think at one
point I had it working on the test web server, too. Any ideas for trying to
solve this will be much appreciated.
One other question about the Validator controls. Is there a way to suppress
the error messages from the individual controls and have the user just see
the summary dialog. That's what I'd really like. I don't like having to
provide real estate on my form for each field showing the errors.
Thanks,
John Holmes
(e-mail address removed)
Summary control for bringing up a message when the user tries to click a
button that makes a trip to the server. This works fine on my development
machine, but when I copy the project to my test web server the required
validation doesn't occur and the summary dialog doesn't come up. The user is
allowed to click the button and it processes the event code on the server
just like there are no Required Field Validator controls. I'm not sure why
it would work on my machine, but not on the test web server. I think at one
point I had it working on the test web server, too. Any ideas for trying to
solve this will be much appreciated.
One other question about the Validator controls. Is there a way to suppress
the error messages from the individual controls and have the user just see
the summary dialog. That's what I'd really like. I don't like having to
provide real estate on my form for each field showing the errors.
Thanks,
John Holmes
(e-mail address removed)