<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="<%# DataBinder.Eval("ProdImagePath","/Images/{0}") %>" />
我已经从数据库中检索了 ProdImagePath 并且 Images 是包含图像的内部文件夹,我正在尝试从该文件夹中检索图像
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="<%# DataBinder.Eval("ProdImagePath","/Images/{0}") %>" />
我已经从数据库中检索了 ProdImagePath 并且 Images 是包含图像的内部文件夹,我正在尝试从该文件夹中检索图像