G Guest May 5, 2004 #1 I am pulling an image and its corresponding content type from a SQL Server 2000 database with ASP.net. My question is how can I display this using an image control Jim
I am pulling an image and its corresponding content type from a SQL Server 2000 database with ASP.net. My question is how can I display this using an image control Jim
A Ashish M Bhonkiya May 5, 2004 #2 Hi Jim Mace, Here is a sample of how to do this. http://authors.aspalliance.com/das/readimage.aspx Regards Ashish M Bhonkiya Jim Mace said: I am pulling an image and its corresponding content type from a SQL Server Click to expand... 2000 database with ASP.net. My question is how can I display this using an image control?
Hi Jim Mace, Here is a sample of how to do this. http://authors.aspalliance.com/das/readimage.aspx Regards Ashish M Bhonkiya Jim Mace said: I am pulling an image and its corresponding content type from a SQL Server Click to expand... 2000 database with ASP.net. My question is how can I display this using an image control?
A Ashish M Bhonkiya May 5, 2004 #3 Hi Jim Mace, If your images are dynamically generated you must take a look at the DynamicImage user control http://msdn.microsoft.com/msdnmag/issues/04/04/CuttingEdge/default.aspx You may download the exe and execute the sample code within that. HTH Regards Ashish M Bhonkiya Jim Mace said: I am pulling an image and its corresponding content type from a SQL Server Click to expand... 2000 database with ASP.net. My question is how can I display this using an image control?
Hi Jim Mace, If your images are dynamically generated you must take a look at the DynamicImage user control http://msdn.microsoft.com/msdnmag/issues/04/04/CuttingEdge/default.aspx You may download the exe and execute the sample code within that. HTH Regards Ashish M Bhonkiya Jim Mace said: I am pulling an image and its corresponding content type from a SQL Server Click to expand... 2000 database with ASP.net. My question is how can I display this using an image control?