Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将如何将图像从 ASMX Web 服务传递到我的 Silverlight 前端?我正在使用 .Net 4.0 和 Silverlight 4 前端,以及 SQLServer 2008 来存储图像。
You could try passing the image as a base64 string directly out of the database and decode it on the front end once it's received from the web service.