Newbie - Gridview delete with a hyperlink

Newbie - Gridview delete with a hyperlink

am 15.10.2007 14:46:21 von dakota64

Good morning all, I am using the following code to delete a row from a
gridview. It works fine, but is there a way to do this with a
hyperlink. Everything I have tried does not work.



CommandName="Delete" Text="Delete"
OnClientClick="return confirm('Are you sure you want to
delete this user?');" />