J
Joey
I am using a datagrid with a SELECT button to determine which record to
delete. The code behind pulls the selected item's record number (via a
hidden column) in the grid with SelectedItem.Cells[x].Text, and then
uses a stored procedure to delete the record.
I need to wire up a javascript confirmation dialog (Are you sure you
want to delete this record? Yes/No) to it. Any suggestions on how to do
this?
delete. The code behind pulls the selected item's record number (via a
hidden column) in the grid with SelectedItem.Cells[x].Text, and then
uses a stored procedure to delete the record.
I need to wire up a javascript confirmation dialog (Are you sure you
want to delete this record? Yes/No) to it. Any suggestions on how to do
this?