Quote:
Originally Posted by pzmrcd
How to convert DataTable to HTML Table so that it can be part of email.
Thanks
|
You may create a new page with the data and design as you wish. Then
- use the server.execute to get the HTML output of the page.
- Use that as the html content for the email.
- Dont forget to change the email mode to accept html tags
hope that helps