Ajax - GridView: how to add a confirmation box to delete button
Wow, this was easy once I setup Ajax on my .NET 2.0 site.
http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/
There are two ways to achieve this:
- By using the ConfirmButtonExtender in Ajax.
- By adding a confirmation box to each row when the grid rows are bound.
http://aspknowledgebase.wordpress.com/2007/06/22/add-confirmation-window-to-delete-button-in-gridview/


Comments