Originally posted by kimj
If you do have a custom verification attribute which must be defined on both client and server, then you have the same options as you would with any other types which must be defined on both sides, such as those in your entity model or any custom interface implementations. Can you elaborate on the problem you're having? |
Thank you very much Mr Kimj your answer was very helpful, the error that i have made is that i have created two classes (files) for the same Customized validation attribute in both web and client side , the correct procedure is as what you have said , we must creat only one version in the web side and we add it as a link in the client side !
that works fine