I have a page method to get the list. I can get the result from this method, in this result object contains _type:'MyNamespace+ClassName'. I want to get the result with out this property. How to do this? or else we need to remove this property manually.
_type property included in asp.net page method result data
55 views Asked by mani At
1
The only way is to call JavaScript's delete method on the result.