Hi All,
My requirement is, I have to develop a web application or page that will generate image as output which will be sent as newsletters within the organization.
I have 2 pages --> Page 1--> Normal webpage, imports data from an excel and stores it into a dataset in to the Session object.
Page 2 --> Actual newsletter designed using CSS and images where the data will be incorporated and final out to be generated as image.
I have designed a webpage with CSS , using images and populated data in a html table in the webpage from a session variable (i.e. i have a dataset in my session variable which is used to populate a table with few rows and columns). Now i want the final webpage
(generated with data, CSS and images) to be saved as an IMAGE. I dont want to save the webpage as a ".mht" as i need to share this as a newsletter to lot many people over email.
I have tried using the WebBrowser control and Navig ...
Go to the complete details ...