tags:

views:

31

answers:

0

hi, I am using WCF service which contain DTO objects . Previosly i was stuck with circular refrence problem while fetching the data from serice . i googled the thing and find the solution by using [DataContract(IsReference = true)] and now while passing the data to UI it created problem . Please help me out to get rid of this problem.