how can i access Images from database in silverlight application?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 anos atrás
how can i access Images from database in silverlight application?
14 anos atrás
The best way is to simply use the image url like you have on a web page - presuming you are using the same size images as your store uses. Otherwise you will need to expose the PictureManager.GetImageUrl method as a web service (should be fairly trivial to do).
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.