There's no need to store file system paths in a database. Just store images in your database and then directly load them to your ASP.NET pages.
Latest File Formats Articles
Load Images from and Save Images to a Database
Learn how to build a Windows Forms interface that allows you to work with your images database.
Zip and Unzip Using VB5 or VB6
Learn how to use Zip and Unzip compatible methods with VB5 or VB6. All the code is contained in class modules that can either be compiled into an ActiveX or dropped into an existing project. The Zip/Unzip functionality is handled by the FreeWare InfoZip components from (http://www.cdrom.com/pub/infozip ) - these DLL's are included in the download.
Convert Between Image Formats in .NET
Converting from one image format to another could not be easier!
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Web Developers: Are Your Sites Using HTTPS?
Web sites that need certificates, the secure ones running under HTTPS, are quickly becoming the standard. Get ready to use certificates.

The Future of .NET Languages
.NET continues to grow exponentially as a programming framework. Peek into the future of its languages.

The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.