I need to disable validation on the user control level. I am aware we can do this with properties. Is there a way to disable all at a once in code? Perhaps by going through a loop or a key? (I do not need to disable all validation at the page level, only the user control level)
Share
Perhaps using Validation Groups would give you the flexibility you need?