I have a delete button on my web form. When the user clicks it I'd like a message box to pop up to confirm the delete...("Are you sure you want to Delete this record?" yes, no)
thanks,
eye
Printable View
I have a delete button on my web form. When the user clicks it I'd like a message box to pop up to confirm the delete...("Are you sure you want to Delete this record?" yes, no)
thanks,
eye
use a javascript alert box.
thanks