-
Problem with picture
Hi :wave:
I am a complete noob for ASP.net and i have a stupid question :(
I can't display picture on my web site..
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
Image1.ImageUrl = "/Images/index1.jpg"
End Sub
Please help me
Thanks :wave:
-
Re: Problem with picture
I can't see any reason why it doesn't work.
1. Do you get any error or just no picture displayed?
2. Are you resetting the image controls imageurl on pageload?
3. Is the picture in the right location?
-
Re: Problem with picture
When you view source of the page after it is displayed, what does it show as the URL for the image?