J
John Sutter
I have a webpage which has a few asp:textbox's and an asp:button. I also
have a few RequiredFieldValidators for these text boxes. When I click on
the button while the textboxes are empty, I don't see any error messages
from the validators. I noticed the __doPostBack function is also missing
along with the two args in the source.
I thought a button adds this function. When I changed a textbox to
autopostback, the function appeared. But I don't want to autopostback and
the error messages still don't show up.
I have display set to dynamic, enabled is true and enableclientscript is
true.
Any clues?
J.
have a few RequiredFieldValidators for these text boxes. When I click on
the button while the textboxes are empty, I don't see any error messages
from the validators. I noticed the __doPostBack function is also missing
along with the two args in the source.
I thought a button adds this function. When I changed a textbox to
autopostback, the function appeared. But I don't want to autopostback and
the error messages still don't show up.
I have display set to dynamic, enabled is true and enableclientscript is
true.
Any clues?
J.