Click here to Skip to main content
15,891,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I send an automatic email to an existing customer email address listed in a grid view control right after editing the row in code behind script
Thank!
Posted

1 solution

If it's write after editing a row, then it's not automatic and you will be sending an email on rowupdate event.

Here, follow the following to send an email:
Microsoft Video: Use ASP.NET to send Email from Website[^]
Tutorials on sending Email in ASP.NET[^]

Have a look at this tip too: Sending an Email in C# with or without attachments: generic routine.[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900