User61956409 posted
Hi rdesai2859,
What I am looking for is: a way to prompt end-user with a text-box where s/he can enter text (or comments) for deletion which gets appended to the previous contents to the "Comments"
field and the email is sent (which includes the last comments entered by the end-user at the time of deletion).
You could try to use
ModalPopupExtender control to display textbox and confirmation message in a modal popup. You could call .Show() method to show modal popup and get the comments from the current row on GridView RowCommand event (delete command).
Best Regards,
Fei Han