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.
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?