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 Stored Procedures Articles
Better Entities with Nullable Types
Tired of checking database entries for null values? This month, Paul illustrates how you can use Nullable types to make fields and properties accept nulls.
Programming with Stored Procedures in Visual Basic .NET (Part 2)
Paul continues his discussion on stored procedures and Visual Basic .NET.
Programming with Stored Procedures in Visual Basic .NET (Part 1)
Stored procedures are an excellent way to optimize complex business solutions for database applications. Learn how you can edit and run stored procedures in Visual Studio .NET and how to incorporate them into your Visual Basic .NET applications.
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.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Using Visual Basic to Create PDFs from Images
Explore how to convert images to a PDF document and how to combine two PDF documents into one.
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.