Disable ASP.NET validators with JavaScript

后端 未结 6 1234
小鲜肉
小鲜肉 2020-12-05 04:23

Does anyone know how to disable an ASP.NET validator using JavaScript? I\'m using javascript style.display = \'none\' to disable parts of a web page. However these disabled

6条回答
  •  眼角桃花
    2020-12-05 05:17

    Here is detailed article on how to control ASP.NET Validators from JavaScript:

    How to control ASP.NET Validator Controls Client Side validation from JavaScript

提交回复
热议问题