G
Guest
Hi there,
If a control is disabled (enabled = false), will the validator controls associated with it automatically know not to carry out validation?
I have a page with a bunch of controls and depending on what is passed in through the querystring, I disable some of those controls in my code-behind. However, my validator controls still seem to be trying to validate the disabled controls.
Cheers
If a control is disabled (enabled = false), will the validator controls associated with it automatically know not to carry out validation?
I have a page with a bunch of controls and depending on what is passed in through the querystring, I disable some of those controls in my code-behind. However, my validator controls still seem to be trying to validate the disabled controls.
Cheers