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

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -