M
mahsa
hi
I have a datalist that show product and their image I us
<asp:Image ImageUrl='<%#Server.MapPath(@"\images\roomscenes\"+DataBinder.Eval(Container.DataItem, "PartNo")+"_ss.jpg") %>' runat="server" ID="Image1" /
but some times there is no image for one product and the page show me the asp image whitout any picture with a red
i what if there is no picture for one product the datalist dont show any thing and dont show asp:image whitout picture ,do you have any ide
I have a datalist that show product and their image I us
<asp:Image ImageUrl='<%#Server.MapPath(@"\images\roomscenes\"+DataBinder.Eval(Container.DataItem, "PartNo")+"_ss.jpg") %>' runat="server" ID="Image1" /
but some times there is no image for one product and the page show me the asp image whitout any picture with a red
i what if there is no picture for one product the datalist dont show any thing and dont show asp:image whitout picture ,do you have any ide