Hi, I have a DataGrid within a VB.NET page and the following code for a ButtonColumn:
<asp:ButtonColumn ButtonType="LinkButton" CommandName="Delete" HeaderText="Remove" Text="Delete" Visible="True" />
Can you tell me is it possible to trigger off an email sending function after clicking one of the "Delete" links or using the OnDeleteCommand within the DataGrid settings?
Any advice would be much appreciated. Thanks.