Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: How to replace the text "Remove" by an image
Re: How to replace the text "Remove" by an image
10-28-2009, 9:41 AM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: How to replace the text "Remove" by an image
Reply
Quote
Hi,
You can use this :
<asp:TemplateColumn>
<ItemTemplate>
<asp:ImageButton runat="server" ID="removeImg" ImageUrl="remove.gif" CommandName="Remove" />
</ItemTemplate>
</asp:TemplateColumn>
Regards,
Terry
View Complete Thread