Image on ImageButton not visible

Contributor
7Nov2009,09:38   #1
shyam_oec's Avatar
dear sir,
in ASP.NET using C#,i am using a image button.I am properly assigning the image url and postback url.Visible property is set true.it looks fine everything ,but on executing the program,image is not visible.though,on clicking the button,it redirects to the specified page.
property of the image is: file type-jpeg,file size-7.65KB,and dimention is 228*234.
Invasive contributor
7Nov2009,12:16   #2
nimesh's Avatar
Are you giving the relative path of the image.
include the image in the project folder and then select from the property button

is that how you are doing?