How to implement Validation Rules On Server Side Silverlight4,CSLA4

How to implement Validation Rules On Server Side Silverlight4,CSLA4

Old forum URL: forums.lhotka.net/forums/t/9634.aspx


emadalsous posted on Wednesday, October 13, 2010

hello, i am using CSLA.NET with SILVERLIGHT4 . ihave one object where it has

Exist command the class is derive BusinessBase

it has property ( Name property ) and the name should be uniqe. icreated special validation rule where it execute command to check the rule.

 

my question how can i implement this special rule on client-side business

how can i Request the server to check the value if valid or not

 

Copyright (c) Marimer LLC