ASP.NET Custom Validator Client side & Server Side validation not firing

前端 未结 7 1582
梦毁少年i
梦毁少年i 2020-12-12 20:16

This has not happened to me before, but for some reason both the client and server side validation events are not being triggered:



        
7条回答
  •  自闭症患者
    2020-12-12 21:00

    Also check that you are not using validation groups as that validation wouldnt fire if the validationgroup property was set and not explicitly called via

     Page.Validate({Insert validation group name here});
    

提交回复
热议问题