A
Altemir
Why can't I get a simple .jpg image to display as the banner of my
..aspx page? I added an image control to the page from the Toolbox of
Visual Studio and entered a valid image URL. Here's the code that it
created for me:
<asp:Image id="Banner" BorderStyle="None" runat="server" Width="898px"
ImageUrl="Banner.jpg" Height="225px"></asp:Image>
All I get is a failed image icon (little red cross). The image will
not display in Designer nor in localhost or remote host environments
using Internet Explorer.
The funny thing is that I can see the image if it's a GIF instead of a
JPG. But I want to use a JPG. Why could this be happening and how do
I fix it???
Thanks,
--David
..aspx page? I added an image control to the page from the Toolbox of
Visual Studio and entered a valid image URL. Here's the code that it
created for me:
<asp:Image id="Banner" BorderStyle="None" runat="server" Width="898px"
ImageUrl="Banner.jpg" Height="225px"></asp:Image>
All I get is a failed image icon (little red cross). The image will
not display in Designer nor in localhost or remote host environments
using Internet Explorer.
The funny thing is that I can see the image if it's a GIF instead of a
JPG. But I want to use a JPG. Why could this be happening and how do
I fix it???
Thanks,
--David