How to give url to an asp.net image control where, image reside outside the application -
i want show image on website folder outside asp.net application on desktop. have tried not uploading image.
<asp:image id="image2" runat="server" imageurl="c:\users\myname\desktop\images\0.jpg" />
is there other way give path. wrong doing. please advise. in advance.
Comments
Post a Comment