Reputation: 19407
Further to my question on disabling validators using javascript - Disable ASP.NET validators with JavaScript ...
Does anyone know how to pass through a gridview in javascript to dynamically disable the validators on each row. I now understand that I'll need to use ValidatorEnable(validatorControl, false) to disable each validator but how do I discover the validators in the first place?
Many thanks.
Upvotes: 0
Views: 1557