Expert advises are most welcome.
Thank you in advance.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Jul 26, 2013, 1:51 PM
jquery provide all most all type of validation what you did in server side.
but there is some validation like database value matching you will face difficulty in jquery. but you can easily do it in ssv . so try to validate in client side using jquery or javascript if you face any problem then go for ssv.
if any high security issue is their then go for ssv.
Posted Jul 26, 2013, 2:24 PM
It can fit into ASP.net web forms + ASP.net MVC technologies also.
Always do client side validation before sending the data to server side.