Ria Services - Delay load images (or any heavy binary data)

Posted by vidalsasoon on Stack Overflow See other posts from Stack Overflow or by vidalsasoon
Published on 2009-05-27T14:11:49Z Indexed on 2010/06/14 2:02 UTC
Read the original article Hit count: 197

I have an RIA Service that returns image data (Byte[]) and caption of image (String) from SQL Server.

The data part can sometimes be a few MB's so it can take quite a while to load.

I would like to load the bytes independently of the caption (which loads very fast).

Is there a way to do this without having to create a second image context?

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about ria-services