Possible Duplicate:
How to add validation to my POCO(template) classes
Hi all,
I'm using EF4 for Data Modeling and MVC for presentation. I have my entities defined and i want to use them in conjunction with Html.LabelFor(..) but that last method don't seem to work. Where can i define my dataannotations? Remember, all my entities are EF generated.
Thanks.