function YourFunctionName(source, arguments)
Set property ClientValidationFunction to the name of your javascript at CustomValidator control.
arguments.Value is the data that we will be validated.
arguments.IsValid indicates validation success or failure.
If the validation is passed, we set arguments.IsValid = true. False otherwise.
No comments:
Post a Comment