views:

58

answers:

0

Hello,

I am trying to add validation logic into my Linq asp.net application for multiple fields. I have found on the web a lot of tutorial that validate only one element. Is there a good pattern to implement validation and show to the users his multiple mistakes in one time ?

Thank you!