Check out this code sample from ASPNet101.com:
http://www.aspnet101.com/aspnet101/aspnet/codesample.aspx?code=gvConfirmDelete

Signature
David Wier
MVP/ASPInsider
http://aspnet101.com
http://iWritePro.com
> I have a gridview and I want to delete a row that is highlighted, but I
> want to show a confirmation box also 'you sure?',
> but I only want this to show if a row in the gridview is highlighted. What
> is the best way to do this other then disabling the delete button until a
> row is highlighted?
Steve - 18 Jul 2007 15:12 GMT
i already have the confirmation button. I only want to show it if a row is
selected to delete. This code has a delete button on every row. I don't have
that, I have a delete button and deletes the selected row.
> Check out this code sample from ASPNet101.com:
> http://www.aspnet101.com/aspnet101/aspnet/codesample.aspx?code=gvConfirmDelete
[quoted text clipped - 4 lines]
>> What is the best way to do this other then disabling the delete button
>> until a row is highlighted?