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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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