M
ma
Hello,
I have a page with a image button. I defined it as follow:
<asp:ImageButton ID="ImageButton" runat="server"
ImageUrl="images\myimage.bmp" OnClick="Button_Click" Visible="False" />
the error list pane, shows this error:
File image\myimage.bmp was not found. But when I am compiling the
application, it works correctly (can see the image button and the image on
it.)
What is the problem and how can I solve it?
Where is the best place to put images and other resources for a web
application? How to use them in an application. Any reference material on
this?
Regards
I have a page with a image button. I defined it as follow:
<asp:ImageButton ID="ImageButton" runat="server"
ImageUrl="images\myimage.bmp" OnClick="Button_Click" Visible="False" />
the error list pane, shows this error:
File image\myimage.bmp was not found. But when I am compiling the
application, it works correctly (can see the image button and the image on
it.)
What is the problem and how can I solve it?
Where is the best place to put images and other resources for a web
application? How to use them in an application. Any reference material on
this?
Regards