eugeneK
eugeneK

Reputation: 11146

Any good alternative for ASP.NET validation controls?

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

Answers (4)

this. __curious_geek
this. __curious_geek

Reputation: 43217

You can try using ValidationControls with AjaxControlToolkit.

Upvotes: 1

Pieter Germishuys
Pieter Germishuys

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

Giorgi
Giorgi

Reputation: 30893

You can use xVal for WebForms.

Upvotes: 1

Reigel Gallarde
Reigel Gallarde

Reputation: 65284

are you referring to this?

Upvotes: 1

Related Questions