在DataList中我要显示一个图片 路径是固定的 但是图片名称我要重数据库中取出来放在路径的后面该怎么写啊

<asp:DataListID="dltShowProduct"runat="server"Height="258px"RepeatColumns="2"Width="6... <asp:DataList ID="dltShowProduct" runat="server" Height="258px"
RepeatColumns="2" Width="658px">
<ItemTemplate>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>

此处是我要修改的 我这样写是不对的 无法显示 标签出错 <asp:Image ID="ProductImg" runat="server"
ImageUrl="~/images/<%#DataBinder.Eval(Container.DataItem, "ProductImage")%>" Width="110" Height="125"/>

</td>
<td style="width:200px;" valign=bottom>
<asp:Label ID="lblProductInfo" runat="server" Text=""><%#DataBinder.Eval(Container.DataItem, "ProductMotif")%></asp:Label>
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
展开
 我来答
百度网友36370a4
2010-09-09 · TA获得超过321个赞
知道小有建树答主
回答量:636
采纳率:0%
帮助的人:464万
展开全部
<img src="~/images/<%#DataBinder.Eval(Container.DataItem, "ProductImage")%>" width="110px" height="125px"/>
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式