J Jay Douglas Dec 6, 2005 #2 What are you trying to do? Just display the image? If you still want it to be an image button, you can always add the following code. ImageButton1.Attributes.Add("onclick", "return false;"); Or you can just use a plain ol image.
What are you trying to do? Just display the image? If you still want it to be an image button, you can always add the following code. ImageButton1.Attributes.Add("onclick", "return false;"); Or you can just use a plain ol image.