VBJoe Posted December 15, 2003 Posted December 15, 2003 I need to pull an image from a BLOB field in a SQL Server 2000 database and place it on an ASP.NET page. To be honest, I don't know where to start. The ASP.NET Image Control has an .ImageURL property, but not an .Image property. Can I pull the image out of the database and create a temporary file to store the image? If so, how do I do that? Quote
Moderators Robby Posted December 15, 2003 Moderators Posted December 15, 2003 This should help http://support.microsoft.com/default.aspx?scid=kb;en-us;326502 Quote Visit...Bassic Software
VBJoe Posted December 15, 2003 Author Posted December 15, 2003 Thanks Robby, that's what I'm looking for. :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.