Why should I use PropertyProxyValidator? ASP.NET
Posted
by user102533
on Stack Overflow
See other posts from Stack Overflow
or by user102533
Published on 2010-03-15T20:20:32Z
Indexed on
2010/03/15
21:29 UTC
Read the original article
Hit count: 237
I understand thatthe PropertyProxyValidator integrates with the ASP.NET UI. But, it cannot do client side validation. How would it be any different from throwing in a label in the UI and populating the errors on the server side?
Also, If I am using Validation Application Block, what approaches do you suggest for client side validation if I don't want to duplicate rules on server and client side?
© Stack Overflow or respective owner