DataGrid confirm dialog on delete

taqfhzx

New Member
Hi - <BR><BR>..this one has me stumped. I need to create a confirmation dialog once I click delete in a Datagrid to delete a row - it deletes it immediately, and I am trying to create a confirmation dialog / or new browser window to confirm that it is the correct <BR>action that the user wishes to take. (I'm using VB).021<BR><BR>I have searched for information on this on the framework SDK, and have tried mixing up vbscript / javascript to do it. The problem is that I can't open a message box, etc.<BR><BR>Anyone have any pointers for this?<BR><BR>Thanks!<BR><BR>mbrimMe again. I realize that it is server-side, but I need to have a messagebox or a page appear to confirm the delete action called in the OnDeleteCommand method of the dataGrid.<BR><BR>I have tried using the OnDeleteCommand method to call a javascript function - window.open - then if the user confirms it - proceeds to call the delete rows sub....
 
Back
Top