Re: How to replace the text "Remove" by an image

  •  10-28-2009, 9:41 AM

    Re: How to replace the text "Remove" by an image

    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