views:

119

answers:

0

I've got a Silverlight control with a Data Form inside to create an entity in my db. Beside the client-side validation that comes for free with Silverlight 3 and the Data Form control, I also have server side validation rules.

How can I make those rules violations to show inside the Data Form just like the client-side rules?