Validators

  • Thread starter Thread starter m-wisconsin
  • Start date Start date
M

m-wisconsin

Hi there:
I have web page which has about 10 textboxes and 5
checkboxes. All textboxes have requiredfieldvalidator. If
users press submit without entering any boxes validates
works fine. But after users entered value in the
textboxes and press submit again, I want to make sure
that at lease one of checkboxes has been checked if not I
would like to have the label.text = "message". I can see
from debug that the label change but never refresh
(display) on the page. But if users entered all values
except the checkbox and press submit the label display
the message.
How do I get around this solution? I have some users that
want to press submit before entering any values in the
boxes.
Thanks.
 
Hello mate

I would wrap this up on the Cick_Event of the submit button. Just check to see if any of the Chk's are false

Jon
 
Back
Top