Image buttons are not getting displayed...

  • Thread starter Thread starter Akshay Sen
  • Start date Start date
A

Akshay Sen

..Net Frmaework 1.1, IE5.5+, IE settings ->Check for never versions of stored
pages for "Every visit to the page"

Question: I have used web control Image button. Sometimes the button (I mean
Image) is not getting displayed on the page.

Any suggestions?

Thanks,

Akshay
 
Are you sure the URL to the image is correct?
From IE, do a View Source to verify the URL to the image is valid.
 
Are they regular gif/jpg images stored in the file system and referenced
directly, or are they images you're dynamically generating through code?

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
 
1. I am using regular gif file only.
2. For the Image web control I have set the "ImageUrl" property as
"Images/ndaValidateBedCodes.gif"
Thanks,
Akshay
 
Well then it seems your problem is unrelated to ASP.NET.
Since it appears ASP.NET has generated valid HTML pointing to a valid image
file, then the problem must lie within IIS or the browser (or less likely,
something in between.)
My first suggestion would be to try it from a different client machine. If
that works then the problem is likely related to your browser. Try clearing
your cache.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
 
No need to clear the cache, simply refresh the page it works fine. So...
not sure the root cause of these behavior once in awhile.

Thanks for your answers.

Akshay
 
Back
Top