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.
"David Wier" <(E-Mail Removed)> wrote in message
news:ObE%(E-Mail Removed)...
> Check out this code sample from ASPNet101.com:
> http://www.aspnet101.com/aspnet101/a...vConfirmDelete
>
> --
> David Wier
> MVP/ASPInsider
> http://aspnet101.com
> http://iWritePro.com
>
>
>
> "Steve" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>
>> 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?
>>
>>
>
>