You could write a HttpModule and hook and a custom stream class to copy the output to a SQL db. Essential ASP.NET by Fritz Onion has an example of writing the asp.net trace output to a file.
I have used this same technique to add content to any .net web application just with the existence of my custom module so I am sure you could make this work, writing to a database -----Original Message----- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Jon Guerin Sent: Monday, October 11, 2004 12:23 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Reading an SQL Image with VB .NET Can someone point me to an example of saving an asp.net html page to an image. Ultimately I want to save it to an sql table and later retrieve it and email the image as a pdf document. Thank You Jon G. =================================== This list is hosted by DevelopMentor. http://www.develop.com Some .NET courses you may be interested in: Essential .NET: building applications and components with CSharp August 30 - September 3, in Los Angeles http://www.develop.com/courses/edotnet View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in: Essential .NET: building applications and components with CSharp August 30 - September 3, in Los Angeles http://www.develop.com/courses/edotnet View archives and manage your subscription(s) at http://discuss.develop.com
