I am trying to do a simple 'Delete Row' button in a DataGridView that I have, but the problem is that I would like it to be an ImageButton rather than a simple Button.
Currently I have it setup to be a ButtonColumn, but have seen no possibility for changing it from a simple button with text to a button with an image on it.
I know this is possible and hopefully relatively simple, but am unsure of how to go about doing it.
EDIT
Sorry, I should clarify. This is a standalone app in straight C#...I don't have access to the ASP form types.