Required Field Validator Client side popup

  • Thread starter Thread starter Jinsong Liu
  • Start date Start date
J

Jinsong Liu

I am using a RequiredFieldValidator to validate a text box at client
side. but when I click the submit button without typing anything into
the text box. I get a popup box saying "There were problems with ...",
a error message also displayed beside the text box. how can I disable
the popup?
 
how can I disable the popup?


Try tripping him maybe he'll break a hip.
 
Oh sorry, thought you wanted to disable the message. As far as I know, you
can only have the error message pop up with a validation summary and setting
the ShowMessageBox property.
 
You guys should have listened to my solution more closely. If you had you
wouldn't still have this problem.
 

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