Can you have custom client-side javascript Validation for standard ASP.NET Web Form Validators?

前端 未结 3 1599
时光取名叫无心
时光取名叫无心 2020-12-08 05:27

Can you have custom client-side javascript Validation for standard ASP.NET Web Form Validators?

For instance use a asp:RequiredFieldValidator leave the server side c

3条回答
  •  星月不相逢
    2020-12-08 05:49

    The standard CustomValidator has a ClientValidationFunction property for that:

    
    
    
    

提交回复
热议问题