Thanks however what i m trying to do is some what different...
i do not want to make request to a web page and convert the out put into image....instead i need to do following..
belwo is the exact sequence...may be it was unclear in my earlier post..
1. use will request may asp.net web page in browser.
2. he will use the html editor on this page to create some html layout.
3.he will hit 'save to image' button on this page. clicking on this button will do a post back to the server.
4. now the server side in code behind,upon post back, i want to collect what was the view in browser before user hit 'save to image' button and convert that view into image....
is this possible...it is different than requesting a URL using a webrequest object and saving the stream to image.
sidd2526_1
0 Points
3 Posts
Re: converting HTML into an image in asp.net application
Feb 04, 2011 08:59 PM|LINK
Thanks however what i m trying to do is some what different...
i do not want to make request to a web page and convert the out put into image....instead i need to do following..
belwo is the exact sequence...may be it was unclear in my earlier post..
1. use will request may asp.net web page in browser.
2. he will use the html editor on this page to create some html layout.
3.he will hit 'save to image' button on this page. clicking on this button will do a post back to the server.
4. now the server side in code behind,upon post back, i want to collect what was the view in browser before user hit 'save to image' button and convert that view into image....
is this possible...it is different than requesting a URL using a webrequest object and saving the stream to image.
Thanks
Siddharth