Taking Snapshots in ASP.NET
Taking snapshots of web pages is used by many applications, for example
Wordpress shows a small snapshot image of the page that a link directs
to. In this post, I'll show how can we get snapshot image of a web page
by using a small program, an .exe executable. Hence, it is the
executable that creates the image actually and our asp.net page will
make use of that .exe. First create a website, add a textbox and a
button like below: [read more....]