Gridview Image Delete Button Room

I have a simple gridview with AutogenerateDeleteButton.

enter image description here

I want to put the cart instead of Delete Hyperlink Button.

For example, for example: enter image description here

Each line should have this image instead of the Delete hyperlink button.

How can i do this?

This is a great example:

enter image description here

+3
source share
1 answer

there is a url property of the image of the command field for each action

<asp:CommandField DeleteImageUrl="" />
+1
source

Source: https://habr.com/ru/post/1793806/


All Articles