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 anyone tell me how to add text to a image button??
<asp:ImageButton ID='Searchbutton' runat='server' AlternateText='Search' CssClass='bluebutton' ImageUrl='../Graphics/bluebutton.gif' Width='110px' onclick='Searchbutton_Click'/>
1 Answer