Hello,
I have a task in hand that requires me to send a form to a client by email as soon as it is submited.
My question is: Having an aspx(in order to reuse my form) how can I get the generated html to send it by mail?
Thanks in advance
EDIT: I know how to send emails, what I am looking for is how to get the html that is generated in my webform so i can place it in the email.