Silverlight应用程序和网站的交流

Silverlight应用程序和网站的交流

本文介绍了Silverlight应用程序和网站的交流的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在我的网站上添加了Silver light应用程序.此应用程序具有第三方控件来显示大图像.现在,当我单击特定成员的记录(id)时,我也重定向到此页面,当我单击记录时,我正在从数据库传递图像路径...但是我无法在silverlight上显示相同的图像. >如何在Silverlight中进行脱胶?
为Silverlight应用程序添加的页面如何在后面没有代码...

I have added a silver light application to my website. This application has a 3rd party control to display large images. Now i am redirected to this page when i click on an record(id)of a particular member also i am passing image path from database when i click on record...But i am unable to display the same on silverlight.
How is degugging done in silverlight??
How page added for silverlight application has no code behind...

推荐答案


这篇关于Silverlight应用程序和网站的交流的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 04:35