ImageButton problem.
-
I have problem with the ImageButton control it doesn't show image that I already set ImageURL property. Actually it work fine on my local machine but after I uploaded to the server it doesn't display the image but it still worked fine with the Click Event.Another image worked fine example background image that has the same folder path. Any suggestion would be appreciated. Thank you very much,
junior boy
-
I have problem with the ImageButton control it doesn't show image that I already set ImageURL property. Actually it work fine on my local machine but after I uploaded to the server it doesn't display the image but it still worked fine with the Click Event.Another image worked fine example background image that has the same folder path. Any suggestion would be appreciated. Thank you very much,
junior boy
-
See the HTML source code for the uploaded page after browsing it. Check the path of the image.
Thank you Luay. I got it. Actually I have tried this ImageButton1.ImageURL=Server.MapPath"???????"; Is there any wrong or can I can programming like above? Anyway, thank you very much again for yr help :)
junior boy