How do I capture a webpage as an image and send it embedded in an email.
This is what I want to do.
Users are logged on this website. They will be browsing many products, when they click on the email button the webpage containing the list of products will be captured and send to their email address embedded in the body of the email.
Technology I would like to use: C# .net
The customers' information is stored in a SQL server database.
I have been experimenting with web browser control, but I don't know if that will work.