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
精彩评论