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