Image is not being displayed on the ASP page

tuka

New Member
I have created a dynamic image which is being saved in the \[code\]Page_Load(object sender, EventArgs e)\[/code\] method.
I load image like:\[code\]<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" Runat="Server"> <p> &nbsp;</p> <img alt="aa" class="style1" longdesc="aa" src="file:///C:/project/Image/hours.png" /></asp:Content>\[/code\]But only thing which is being displayed is:
LdV0K.png

I knew it's kind of stupid question but I can't make it work.. Can any one point me where I am doing mistake?
 
Back
Top