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?
 
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.
 
Back
Top