Image/ImageButton Help

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

I have been trying to display pictures on my webpage on both imagebutton and
image controls. I have tried adding the pictures at runtime
(image1.imageURL = "pic.jpg") and setting the imageURL in the properties at
desing time. When I look at the webpage on my computer, the picture
displays just fine. When my clients look at the pictures it only shows part
of the picture then stops and the page says done. With every refresh it
shows a little more of the picture. The html code that is generated seems
fine:
<img id="Image1" src="webimages\jshickam\resized\2004-04-11 AT 12_22_13.jpg"
border="0" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" />

Any Ideas what might cause this? Any feedback will be appreciated as I am
excited to get my website up and running. Thanks.
 
Hi,

I don't have any Idea why this happened but I have some Ideas that might
help you track the problem:
1) IIS got log of it activities (you can see where this log exist on
disk from IIS MMC, usually it's C:\WINDOWS\System32\LogFiles). check
this log ...
2) Use any sniffer to check out what is going out of your server.


Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)52-8888377


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Back
Top