I have a image button. I wanted to add a text \"Search\" on it. I am not able to add it because the \"imagebutton\" property in VS 2008 does not have text control in it. Can
You can't do that with ImageButton.
ImageButton
However, you can use a simple Button, set the text, and add a background image (bluebutton.gif) using CSS to achieve the desired effect.
Button