Any good alternative to control ASP.NET validation?

Is it easy to integrate ASP.NET with the jQuery form validation plugin or any other JS framework to replace standard ASP.NET client validation?

+3
source share
4 answers

I found the Validation Engine from the Absolute position to be just absolute! :). I have an article on how to enable it in ASP.NET MVC and in ASP.NET, you can just pass it the generated form identifier.

+2
source
+1

ValidationControls AjaxControlToolkit.

+1

Source: https://habr.com/ru/post/1748295/


All Articles