Description:
In this example we explain that how to delete a row
from grid view with confirmation message using code behind in asp.net.here we
create confirmation dialog from code behind and delete or remove the rows from grid
view.
Here we generate the button on click event from code
behind and set the confirmation dialog box in asp.net.sometime we have
requirement like to delete the rows based on row command button event with
confirm dialog box at that time below code is very useful.