本文介绍了在表格控件中显示图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



目前,我正在从事电子商务应用程序的开发,其中一个页面应使用linq显示产品图像,该图像是通过WCF服务从数据库中获取的.

我的问题是在页面加载期间,图像应该在asp.net表控件的tablecell中动态显示.

我已经从WCF中获取了数据,但是无法使用asp.net图像控件在表格单元中显示图像.

任何想法/建议/解决方案都是最受邀请的.

问候,
Raghuveer

Hi,

Currently I am working on eCommerce application, wherein a page should display the product image using linq, being fetched from the database via a WCF service.

My problem is that the images should be displayed dynamically inside the tablecell of the asp.net table control during page load.

I have fetch the data from WCF but unable to display the image inside the tablecell using asp.net Image control.

Any Idea / suggestions / solutions are most invited.

Regards,
Raghuveer

推荐答案


这篇关于在表格控件中显示图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 02:40