c# - image url of some kind -
i have 2 lines this:
<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"
i seek show image in 2 html image , .net image, in html code shows goods, in .net image can not show image.
try this
<asp:image id="img1" runat="server" height="80" width="100" imageurl="../uploadimages/18-2-2013-23-33-01-lighthouse.jpg" />
or remove src=""
c# asp.net webforms
No comments:
Post a Comment