C
Chuck P
I am using a Multiview control and some validators.
The multiview is being used in a homegrown tab control
Click on a tab it display one of the views.
I have a submit button that I would like to validate all of the
controls in all of the views within the multivew.
I am guessing their is no way this going to happen on the client,
since the controls on the non-displayed views are not available to the
DOM/javascript?
However, on page postback if I do page.validate, page.isValid. I
don't believe the controls in the other views are being tested. How
can I validate all the controls within the multiview?
The multiview is being used in a homegrown tab control
Click on a tab it display one of the views.
I have a submit button that I would like to validate all of the
controls in all of the views within the multivew.
I am guessing their is no way this going to happen on the client,
since the controls on the non-displayed views are not available to the
DOM/javascript?
However, on page postback if I do page.validate, page.isValid. I
don't believe the controls in the other views are being tested. How
can I validate all the controls within the multiview?