我有这样的两行:
<img height="100" width="100" src="../uploadimages/18-2-2013-23-33-01-Lighthouse.jpg">
<asp:Image id="img_prev" name="img_prev" src="" Height="80" Width="100" runat="server" />
img_prev.ImageUrl = "../uploadimages/18-2-2013-23-33-01-Lighthouse.jpg"
我尝试在 2 个 html 图像和 .net 图像中显示图像,在 html 代码中显示商品,但在 .net 图像中它无法显示到图像。