I would like to create dynamic images from the html that I create on a website. I have a code that generates a Trophy PSN card, ab Xbox LIVE Gamer Card, Steam Gamer card and Xfire Gamer card. Each map is placed in its own div and is dynamically created from server-side code. Is there a way to capture a screenshot of a selected div on a web page using C # and ASP.NET?
source
share