Do you mean the element that the validator is trying to validate? If so, then yes. All the controls that are being "validated" are enabled.
At present, all the validators are enabled when this code is called on the OnClientClick event.
Is there another way to just turn off validation programmatically, client-side in one call? I have tried calling Page_ValidationActive=fals
Main Topics
Browse All Topics





by: Terry_focusPosted on 2009-10-08 at 11:02:42ID: 25528204
In your validator you might need to check if the element is enabled
Select allOpen in new window