hi
i have image button in my page my image button has this text=Submit how can i hide it?
thanks
Try the following
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/image.gif" ForeColor="Transparent" AlternateText="" />
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.