possibility to do type/data conversion of data returned by ria services?

Posted by reinier on Stack Overflow See other posts from Stack Overflow or by reinier
Published on 2010-05-22T14:56:49Z Indexed on 2010/05/22 15:00 UTC
Read the original article Hit count: 194

Filed under:
|
|
|
|

My service returns an byte array, which I have to convert to an 'animated gif' (using imagetools since silverlight doesn't support it yet)

I was wondering, is it possible to insert some code at the client, where I can do the conversion before the actual object is returned to whatever it is binded against?

On the server side, the queries can be customized before it is sent over the wire. I'm asking for the exact opposite, can I do some on the fly conversions the moment they get of the wire and before they are returned to the controls.

If I'm overthinking this and there is a smarter/better/easier way to do it, I'm all for such an answer as well

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET