Emailing webform as an attachment w/ data
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, Does anyone know how to email a webform with the related data to another person? I have an ASP.Net application that collects data from the user and emails it to another person. I'm collecting the data in SQL Server 2000 when the user clicks the submit button. My emailing feature works with simple text messages, but I have no clue, how to send, email the webform with the data the user entered. Any help, would be appreciated. Lex