M
Mattyw
Hi,
I have a WebForm that just consists of TextBoxes and Labels and I am
wondering what would be the best way to send the WebForm as an HTML
e-mail when the user clicks on a button event.
I am using VB and have so far been able to send the contents of a text
box in an e-mail's body using the System.Web.Mail namespace, I am using
Visual Studio.NET 2003.
I want the whole webform to be included in the e-mail as HTML so its
identical to the webform the user filled in.
I saw something about HTML rendering but can't quite get my head round
it.
Any VB examples would be much appreciated, I am assuming that this
should be quite a straightforward thing to do with the amount of public
facing websites that asks users for information in this way.
Many Thanks
MattyW
I have a WebForm that just consists of TextBoxes and Labels and I am
wondering what would be the best way to send the WebForm as an HTML
e-mail when the user clicks on a button event.
I am using VB and have so far been able to send the contents of a text
box in an e-mail's body using the System.Web.Mail namespace, I am using
Visual Studio.NET 2003.
I want the whole webform to be included in the e-mail as HTML so its
identical to the webform the user filled in.
I saw something about HTML rendering but can't quite get my head round
it.
Any VB examples would be much appreciated, I am assuming that this
should be quite a straightforward thing to do with the amount of public
facing websites that asks users for information in this way.
Many Thanks
MattyW