This topic is locked
[SOLVED]

 send email with new data after edit session in list page

10/8/2010 1:51:06 AM
ASPRunnerPro General questions
T
totti_60 author

I'm doing a procedure to track orders, i'm need to send email with the all the data has been inserted or edited.

Now even it is very simple to do that in the add page and edit page, because i add my sending mail instructions on the "Edit page/Add page","after record update" event, i do not know how do this in case i edit record in the list page.

Any help ???????

In case i want to run my codes after click on "save all" button, where i have to write it ????

Thank you in advance

best regards

antonio

Sergey Kornilov admin 10/8/2010

Antonio,
it works exactly the same way with inline edit. Use BeforeEdit/AfterEdit events to send an email.