Reputation: 98750
I have a simple Gridview with AutogenerateDeleteButton
.
I want to put a an recycle bin instead of Delete Hyperlink Button.
For example like this:
Every row has to have this image instead of Delete Hyperlink Button.
How can I do that?
This is a perfect example:
Upvotes: 3
Views: 9478
Reputation: 52241
there is image url property of command field of every action
<asp:CommandField DeleteImageUrl="" />
Upvotes: 1