I have a requirement which needs to go to a webpage and take a screenshot of it.
for this I have to create a ASP.NET so that the user can enter the website URL..
I was trying to create a web browser control.. but later realized I cant create web browser control in a asp.net website ..
I am trying to do something like this http://pietschsoft.com/post/2008/07/C-Generate-WebPage-Thumbmail-Screenshot-Image.aspx can some one help me how to start of with this as i know we can only use web browser component in windows forms and not on website..
I am not sure if my question is too silly and i am missing something.. can some one help me
PS : Let me know if my question is unclear.. I ll try to be more specific!
You can use the WebBrowser control server-side in ASP.net. Just add a reference to System.Windows.Forms.