views:

77

answers:

4

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

+1  A: 

are you referring to this?

Reigel
Hard to implement, it failed in past to integrate with ASP.NET server validation.Thanks anyways
eugeneK
+1  A: 

You can use xVal for WebForms.

Giorgi
The only thing i'm afraid about using it that xVal were not updated since August 2009 with only alpha release ...Do you use this in production ?
eugeneK
+2  A: 

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.

PieterG
More or less what i need. Will look into...Thanks
eugeneK
+1  A: 

You can try using ValidationControls with AjaxControlToolkit.

this. __curious_geek
Their demo failed in Chrome, lol. Thanks anyways
eugeneK