Hi,
I have a webservice that supplies data (Publisher Object) to a silverlight project.
I want to bind the Publisher to a dataform and have the dataform handle to validation.
I would like to achive this by using DataAnnotations.
My question is.. Can I or how do you amend the Publisher object (Generated by the webservice) to add the DataAnnotations
Thanks Sp