Image cannot be display

  • Thread starter Thread starter pwong
  • Start date Start date
P

pwong

All,

I try to write a small asp.net page (with Ajax a.k.a. Atlas).
For some reason in the IDE, Visual Web Developer 2005,
I can place an image and see that the image is loaded correctly
under the design view; however, when I run in the browser,
the image is not load and the icon just appear instead.

What happen here, there must be some invalid setting or something
that I'm not familiar with.

By the way I develop all this locally on my machine,
not on the server and the image is .gif.

Thanks,
-Pete
 
I just want to add a little more details on my posted question.

The image that set to background via
<body background="..."> and <td background="....">
are loaded correctly;

however, the same image from the same location when load via

<asp:Image ... ImageUrl="..."> and <img src="...">
are having a problem.

-Pete
 
Back
Top