Reputation: 11146
Is there easy to integrate ASP.NET with jQuery form validation plugin or any other JS framework to replace standard ASP.NET client validation ?
Upvotes: 3
Views: 843
Reputation: 43217
You can try using ValidationControls with AjaxControlToolkit.
Upvotes: 1
Reputation: 4886
I have found the Validation Engine from Position Absolute to just be that, Absolutely awesome! :). I have an article on how to include it in ASP.NET MVC and in ASP.NET, you could just pass it the generated form id.
Upvotes: 2