Enable/Disable asp:validators using jquery

后端 未结 4 967
Happy的楠姐
Happy的楠姐 2020-12-08 22:43

I am working with a wizard, where the user can sign up. There is a asp:RadioButtonList with two options, and some of the input fields in the wizard changes when the radiobut

4条回答
  •  無奈伤痛
    2020-12-08 23:26

    You can disable the validator like described in these posts:

    http://www.aspdev.org/articles/asp.net-server-controls-disable-validation/

    http://www.willasrari.com/blog/use-client-side-javascript-to-disable-aspnet-validators/000289.aspx

    best regards

提交回复
热议问题