I want to generate a preview thumbnail image of a web page using the link for the page. How can i do this? I’m comfortable with C#.NET, Javascript/JQuery.
Regards
NLV
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Place an Image control in you webpage and set the ImageUrl to the snapshot.aspx page. NOw you can set some querystring options for the page.
snapshot.aspx?site=www.google.come&width=100&height=80&capWidth=800&capHeight=600
And here is the code