<img alt="" src='<%# Bind("ImageUrl") %>' runat="server" id="imagePhotoPrd" style="border:ridge 1px" width="173" height="160" /><asp:Label ID="lblPrice" runat="server" Text='<%# Bind("Price") %>'<asp:Label ID="lblProductName" runat="server" Font-Size="Medium" Text='<%# Eval("Name") %>'>Above Price and Name are showing up but image is not showing.
↧
Hi All,I was trying to display image in the datalist from data base.I have binded ImageUrl still the image is not showing up in the data list
↧