Is it possible to change ClientValidationFunction of ASP.NET CustomValidator on client side (from javascript)? I would like to select ClientValidationFunction dynamically in javascript, to perform conditional validation (ClientValidationFunction will be set to validator depending on actions, which user does on page).
Is this approach possible, and how?
Thanks
I’m not sure if this is possible, but I would call from my client validation function separate functions belonging to my specified condition.