T
TS
i have a page where JS is enabled. I have validation controls that have
custom validators and don't have clientValidationFunctions. when a
validation error occurs, the page stops processing and returns. When i have
ShowSummary = true, the error messages appear in the validation summary on
the page. When i have ShowSummary = false and ShowMessageBox = true, the
error messages aren't displayed in a popup box, only the validation
control's text is displayed on the form ("*").
Why is this?
thanks
custom validators and don't have clientValidationFunctions. when a
validation error occurs, the page stops processing and returns. When i have
ShowSummary = true, the error messages appear in the validation summary on
the page. When i have ShowSummary = false and ShowMessageBox = true, the
error messages aren't displayed in a popup box, only the validation
control's text is displayed on the form ("*").
Why is this?
thanks