开发者

enabling disabling asp.net validation controls using jquery

开发者 https://www.devze.com 2022-12-22 09:08 出处:网络
plz guide me how I can enabl开发者_如何转开发e or disable asp.net validation controls using jQuery from client side. It is required to do so that valdiations can be done on button press.

plz guide me how I can enabl开发者_如何转开发e or disable asp.net validation controls using jQuery from client side. It is required to do so that valdiations can be done on button press.

thanks


Pretty easy with javascript, just needs adapted to use JQuery:

  • http://ajaxblog.com/archives/2009/01/09/aspnet-disable-enable-validator-using-javascript
  • http://www.willasrari.com/blog/use-client-side-javascript-to-disable-aspnet-validators/000289.aspx
0

精彩评论

暂无评论...
验证码 换一张
取 消