I would like to know what is best way to mix this two validation technologies and if is it possible.
If i only use jquery validation I will loose server validation, but i don´t want to repeat same validation rule in the server.
I have read this topic
jQuery Validation plugin and ASP.NET validators Web Forms
but in the end, the solution of mixing the two technologies was undone and the code was simply adapted to highlight the text box with css
thanks a lot.