PDA

View Full Version : HTML / Img conundrum


Clay_Shannon
04-23-2008, 01:58 AM
I changed an image on my main page to reflect the change in my site's URL (originally it was going to be knowitall.com, but it ended up being knowitallsports.com).


I uploaded the updatedimage to my site (to discountasp.net), yet the "old" image still displays. Why is that?

Here is the pertinent html:

<asp:Image ID="Image1" runat="server" ImageUrl="~/SiteBanner2.PNG" alt="Site Banner" /><asp:Image ID="Image1" runat="server" ImageUrl="~/SiteBanner2.PNG" alt="Site Banner" />

bruce
04-25-2008, 06:30 AM
try clear your browser cache.


Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)